I create document 3.0 AC.
I paint circle in 1 frame and symbol “Movieclip” name “circle” and double click,i do create shape tween circle. I write script gotoAndPlay(“startcircle”) from movieclip “circle”,but not working next frame 2 movieclip name “circleup”.
First movieclip -> circle begin left run to move right, second movieclip circle run size up circle.
Test movie: First movieclip -> circle begin left run to move right, second movieclip circle not running.


Sorry my bad english.
Your circle needs to tell the thing containing it (its
parent) togotoAndPlay. This isn’t very neat, but you can do:(You have to tell Flash the parent is a
MovieClip, because simplerDisplayObjects might not actually have frames togotoAndPlay. If you passed a reference to the parent to circle, you wouldn’t need to useas.)