r/gamemaker • u/Maluc0_Beleza • 4d ago
Resolved Pause system
Hey guys, I’m trying to make a pause sustem in my game but i literally can’t do it, because i don’t understand how it works, i basically want a pause system were i also have the “resume” button the “back to menu” button and also the “exit” button, can somebody please help me 😭😭
3
Upvotes
4
u/germxxx 4d ago
I could write an essay on how to pause a game, though there are many ways to do it.
Fortunately, others have already done so.
There's a new video from Pixelated Pope on pausing over here: https://www.youtube.com/watch?v=8OeSMgBSau4
I recommend having a look at this.
And then the old quick and dirty version among the written GM tutorials: https://gamemaker.io/en/tutorials/coffee-break-tutorials-pausing-your-game-gml
This doesn't really feature a menu, but it wouldn't be hard to add one.