I got a MC here and it's gonna be a tic-tac-toe game, I put "stop" AS on all 3 Frames in the movieclip.
The First frame is empty, The second is cross, and the third is circle.
I placed the MC onto the stage, but now i face a AS error, I am using a made-up AS:

Code:
On(Press)
     This.gotoAndStop("2")
     If(This.gotoAndStop("2")
            GotoAndStop("3")

Nope it's not working.

Anyone got some fresh ideas?