coolasafanman
Technical User
I'm trying to set up my menubar as a movie clip that I can place on each of the 5 pages of my site. It contains animations that go off whenever a button is pressed, and is supposed to be followed by opening the appropriate page. Upon button press, the animation runs, but the scene does not change. help?!?!?!
within my menubar movie clip, each button has similar code to this...
on (release) {
gotoAndPlay ("go_product"
}
go_product is a label for the animation within the movie clip. At the end of the animation sequence I have:
gotoAndPlay ("product_scene", 1);
where product_scene is the scene i want to open. thanks folks...
within my menubar movie clip, each button has similar code to this...
on (release) {
gotoAndPlay ("go_product"
}
go_product is a label for the animation within the movie clip. At the end of the animation sequence I have:
gotoAndPlay ("product_scene", 1);
where product_scene is the scene i want to open. thanks folks...