Scott
May 31st, 2002, 06:23 PM
i dont know what happened... ive done this before... its probably a blatently obvious mistake somewhere... this is just the very beginning of a project... but its not working for some reason...
in the button on the stage i have:
on(rollOver)
{
        menuButtons.gotoAndPlay("down");
}
on(rollOut)
{
        menuButtons.gotoAndPlay("up");
}
and i also have a movie clip on the stage called "menuButtons"... but you probably figured that out
anyway... inside that movie clip i have a stop(); on frame 1
from frame 5 till like 20 i think... its animation of buttons going in... and i labeled the first frame of the layer that plays first "down" then i have a stop(); at the end of the little buttons comming in animation... then i have from the frame after the stop(); labeled "up"... and at the very end of the buttons going back up... i have gotoAndStop(1);
i dont know why this isnt working... any ideas? ill try remaking it... but any help would be appreciated...
-scott
in the button on the stage i have:
on(rollOver)
{
        menuButtons.gotoAndPlay("down");
}
on(rollOut)
{
        menuButtons.gotoAndPlay("up");
}
and i also have a movie clip on the stage called "menuButtons"... but you probably figured that out
anyway... inside that movie clip i have a stop(); on frame 1
from frame 5 till like 20 i think... its animation of buttons going in... and i labeled the first frame of the layer that plays first "down" then i have a stop(); at the end of the little buttons comming in animation... then i have from the frame after the stop(); labeled "up"... and at the very end of the buttons going back up... i have gotoAndStop(1);
i dont know why this isnt working... any ideas? ill try remaking it... but any help would be appreciated...
-scott