When I use gotoAndPlay to tell one of my movieclips to go to frame 2 which I've labeled "turn" (as it's the animation of the movieclips turning around) it goes to frame 2 and stops as if I said gotoAndStop("turn"). I looked for any rogue stop commands but there aren't any. I've even added a play() command to frame 2 to make sure it plays in case I missed any stop statements but it doesn't make a difference.

Any ideas?