

InterviewSolution
Saved Bookmarks
1. |
Solve : actionscript 2, movieclip button? |
Answer» HELP me with this, i'm making a movieclip button that when mouse is over it will go to a different scene. on(rollOver){ gotoAndPlay("Gameover",1); } when i do that it's accessing the scenes inside the movieclip,PLEASE help me,i need to FINISH this tommorrow.it has been a very long time since I used Any ACTION script, but would you not need to use: Code: [Select]on(rollOver){ _root.gotoAndPlay("Gameover",1); } |
|