how to make a website in flash?
i using adobe flash creative suite 3 , wondering how come script isnt working
stop();
head_btn.addeventlistener(mouseevent.click, onclick1);
function onclick1(event:mouseevent): void
{
gotoandstop ("step1");
}
body_btn.addeventlistener(mouseevent.click, onclick2);
function onclick2(event:mouseevent): void
{
gotoandstop ("step2");
}
legs_btn.addeventlistener(mouseevent.click, onclick3);
function onclick3(event:mouseevent): void
{
gotoandstop ("step3");
}
overall_btn.addeventlistener(mouseevent.click, onclick4);
function onclick4(event:mouseevent): void
{
gotoandstop ("step4");
you need keyframes labeled "step1", "step2" etc different content on each keyframe.
More discussions in ActionScript 3
adobe
Comments
Post a Comment