Actionscript Q
Actionscript Q
- Started
- Last post
- 2 Responses
- drbyers
can someone tell me how to target a specific frame to play once a movie has loaded?
I have a root level movie with a back button.
I want to reload another movie to replace the current movie in the root level by pressing the back button, then begin immediately playing the frame labeled "11"
I've tried using 'loadmovienum' already without success.
thanks ahead of time.
- ganon0
are you loading these into an empty MC?...cuz its just...:
instaceName.gotoAndPlay(11);
- jpea0
you could set a variable before you unload the movie, then have an 'if' statement at the beginning of the other movie saying that 'if so and so, gotoandplay('this')