The Armor Games website will be down for maintenance on Monday 10/7/2024
starting at 10:00 AM Pacific time. We apologize for the inconvenience.

ForumsProgramming ForumHow to prevent movie from skipping to the end.

3 3674
Seth23KvK
offline
Seth23KvK
15 posts
Nomad

During the game I am creating, If you hit Enter it skips until the next menu. How do I prevent it from doing that?

  • 3 Replies
Darkroot
offline
Darkroot
2,763 posts
Peasant

Put stop(); in the frame and if you want to move to the next one either gotoAndPlay("frame&quot or gotoAndStop("frame&quot, frame being either a label or the frame number.

Seth23KvK
offline
Seth23KvK
15 posts
Nomad

Yeah I did, but it just jumps individually one frame to the next.

WhiskeyedJack
offline
WhiskeyedJack
80 posts
Shepherd

I think we would have to take a look at your actual code to figure out what is going on there.

Showing 1-3 of 3