Trying to edit as 2 file and stuck on how to tell a movie clip to gotoAndPlay the main time line.
The animation contains several tweens and I need to add a temporary tween. I created a movie clip with tween. Once the it gets to the Movie Clip(frame 10), I inserted the stop command so the the movieclip can run its tween. The problem I am having is how to tell flash to resume the animation from frame 11.
I put parent.gotoAndPlay(11);
but doesn't work...
Thanks, Rexon