Movie Clip Question
Probably a really silly question...
But if I have a movie clip on my timeline that contains a button and that buttons purpose is to move the movie along to scene2, which actionscript do I need to use to make that happen.
I imagine it's _root.something.gotoAndplay....
Any help?
Lifesaver
To make it gotoAndPlay a Scene, you'd simply use: gotoAndPlay("myScene", "label")
However, if you were trying to make the root timeline go to a specific frame, you'd use: _root.gotoAndPlay("someFrame")
Which ever scene is loaded is considered the _root
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width