• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

pause system

  1. H

    Windows How do I deactivate all instances except for 2?

    Hey I am making a game with a pause system that makes it so that it deactivates everything using "Instance_deactivate_all()". I was wondering if there is a way to deactivate everything except for 2 objects because whenever you pause the game I want there to be an option to go to the main menu...
  2. flyinian

    SOLVED Pause all but one room?

    I am trying to implement a pause system into my game. The only time I want the game to pause is when the player is on the main menu room. I have numerous persistent objects that are initialized on game start. Could I use instance_deactivate_all(true) and pick and choose which instances don't...
Top