O.K. I’ve made a menu up. I think that I have it the way I want… but I can’t get it to animate. I this symbol called “menu” and inside that are 5 button symbols and some text that says “Menu” When “Menu” is clicked, I want all the symbols to animate in. I did this but using this code:
on(release){
menu.gotoAndPlay(5);
}
on(release){
menu.gotoAndStop(1)
}
On frame 1 I have the function “stop();” so that the buttons don’t come in immediatly. I just need it so that it plays a certain animation when it’s clicked and so that it disappears when it’s clicked again. So… how do I make it work the way that I want it to?? If you get what I’m saying… I think I’m kinda there… but I also think I’m fairly lost:puzzle: