Last week a friend showed me how to call a MC at a specific frame by using frame labels. The example he used was a ball changing shape. So in the main timeline I had the ball bouncing in one layer and then in action script I was calling the shapes I needed like so ball.gotoAndPlay("squish")
ball.gotoAndPlay("stretch")
ball.gotoAndPlay("flat")
ball was the name of the MC and labels were squish, stretch, flat, etc..

Worked great. Problem is I can't reproduce it. For some reason my movie ignores the actionscript and just plays the clip that is in the score. Does anybody know what I'm missing here?

Newbie trying not to be so New
- B