Pausing is the action of interrupting or suspending gameplay.
1
vote
0answers
67 views
How do I pause and resume a game in ActionScript 2?
I'm making a game where the player must avoid random falling objects. I dont know how to implement pausing. I've been stuck on this for 2 days!
I tried using gotoAndPlay and such, but the objects ...