Cyberdyne
12-15-2002, 05:17 PM
Hey guys.... ok, i made an animated dropdown menu, and now the buttons at the end of the animation, dont work..... all they do when you click on them is disapear and stay on the frame that i've got the stop action on. everything worked b4 i nested these buttons inside the dropdown menu.
I do have an invisible button around the menu, to reset it when your rollout of the menu area. would that have anything to do with making the buttons not work? For the invisible button, i'm using the code
on (rollOver) {
HowToInvisible.useHandCursor = false;
gotoAndStop(1);
}
to make the cursor stay as an arrow, rather then turning into a hand over the invisible button.
that code is inside the movie clip, not on the main timeline
as for the buttons on the last frame of the dropdown menu, i'm using just the basic code of
on (release) {
gotoAndPlay("How To Fix Your Bike", 1);
}
so i'm completely confused as to why the buttons do not work.... they did b4, and not now. i'm sure its cause i've probably got another stop action or something somewhere else that i cant see that is causing the playhead to stick on that one frame.
Any ideas?
Cyberdyne
I do have an invisible button around the menu, to reset it when your rollout of the menu area. would that have anything to do with making the buttons not work? For the invisible button, i'm using the code
on (rollOver) {
HowToInvisible.useHandCursor = false;
gotoAndStop(1);
}
to make the cursor stay as an arrow, rather then turning into a hand over the invisible button.
that code is inside the movie clip, not on the main timeline
as for the buttons on the last frame of the dropdown menu, i'm using just the basic code of
on (release) {
gotoAndPlay("How To Fix Your Bike", 1);
}
so i'm completely confused as to why the buttons do not work.... they did b4, and not now. i'm sure its cause i've probably got another stop action or something somewhere else that i cant see that is causing the playhead to stick on that one frame.
Any ideas?
Cyberdyne