Game Maker Studio: How to Use the Pause Code to go Back to Room you were just in.
Coming Soon button:
Pause Button or Coming Soon Button: For PC, Do not make button visible, and change left mouse click, to keyboard pressed, set it up for pressing "P"
global.my_room = room
room_persistent=true
room_goto( ) ////////(your room location) or (pause room location)
Resume Button or the Back Button:
room_goto(global.my_room) ///does not matter where you are at in the game, it will take you back to where you left off at.
Visit my PC and Android game website: https://mcolverdesigns.itch.io/
Other Videos By MC Designs
2017-11-18 | Game Maker Studio: How to Animate an Object, using a Path, Alarms, & Images. |
2017-10-31 | Game Maker Studio: Create a Custom Mouse Pointer & Gun Target Shooter. Plus, Collect Ammo & Score. |
2017-09-26 | Game Maker Studio: How to Create a Path & Fire Weapon in all Directions. |
2017-09-24 | Game Maker Studio: How to Create Alarms for you're Objects. |
2017-09-16 | Game Maker Studio: How to Make Something Happen, Later in the Game. |
2017-08-12 | Game Maker Studio: How to fire Ammo in all 4 Directions. Make barrels Move then Stop. |
2017-07-29 | Game Maker Studio: How to Create Variables & Enemy Direction Follow. |
2017-07-22 | Game Maker Studio: How to Shoot Ammo, Gain Ammo and Change Weapon. |
2017-07-22 | Game Maker Studio: How to Create Rain, Splashes, and Thunder. |
2017-05-20 | Game Maker Studio: How to use Persistent Objects, Different Message Box & Reset Room. |
2017-05-20 | Game Maker Studio: How to Use the Pause Code to go Back to Room you were just in. |
2017-05-13 | Game Maker Studio: How to Collect Keys, Open Doors, Switch Objects & Parent Objects. |
2017-04-29 | Game Maker Studio: Learn Scaling background, repeat objects & animating. |
2017-04-23 | Game Maker Studio: Learn Gravity & Collison |
Tags: game
maker
studio
room
games
pause
coming
soon
back
learn
how
teach
android
pc
computer