During the game I am creating, If you hit Enter it skips until the next menu. How do I prevent it from doing that?
Put stop(); in the frame and if you want to move to the next one either gotoAndPlay("frame" or gotoAndStop("frame", frame being either a label or the frame number.
Yeah I did, but it just jumps individually one frame to the next.
I think we would have to take a look at your actual code to figure out what is going on there.
You must be logged in to post a reply!