Game Maker Studio: How to Create a Different Pause Screen.
Visit my Search Arena site: https://searcharena.wordpress.com/
GMX File: https://bit.ly/2Cpkign
pausemessage, Depth -100
Events:
Create
Actions:
instance_deactivate_object(pausemessage);
pausebtt, Depth -50
Events:
Left Pressed
Actions:
instance_deactivate_object(person);
instance_deactivate_object(land);
instance_deactivate_object(cloud);
instance_activate_object(pausemessage);
pausebtt2, Depth -50
Events:
Left Pressed
Actions:
instance_activate_object(person);
instance_deactivate_object(pausemessage);
instance_activate_object(land);
instance_activate_object(cloud);
Other Videos By MC Designs
2019-05-25 | Game Maker Studio: How to Make an Object, Play & Stop Sound at a Location. |
2019-05-18 | Game Maker Studio: How to Create Monsters, to Move Randomly Toward Player. |
2019-05-04 | Game Maker Studio: How to Fix a Corrupted GMX File Download. |
2019-04-21 | Game Maker Studio: How to Master Wind, Rain & Object Follow. |
2019-04-13 | Game Maker Studio: How to Create Birds Eye 3D Rain. |
2019-04-12 | Game Maker Studio: How to Create a Sprite Color Change & Instance Change. |
2019-04-06 | Game Maker Studio: How to Create Rotating Planets with Light & Shadow. |
2019-03-31 | Game Maker Studio: How to have Light Follow the Player. |
2019-03-30 | Game Maker Studio: How to Master Gravity, Jump, & Wall Collision. |
2019-03-23 | Game Maker Studio: How to Create a Flickering Light Glow. |
2019-03-16 | Game Maker Studio: How to Create a Different Pause Screen. |
2019-03-09 | Game Maker Studio: How to Create Slide in Fade using Code. |
2019-03-09 | Game Maker Studio: How to Create Fade In using Code. |
2019-03-03 | Game Maker Studio: How to Master Resetting Score & Timer. |
2019-03-02 | Game Maker 8.1: How to Create a Moving Fireball. |
2019-02-23 | Game Maker 8.1: (Part 2) How to Create a Second Gun, & Ammo Countdown. |
2019-02-23 | Game Maker 8.1: (Part 1) How to Create a Second Gun, & Ammo Countdown. |
2019-02-16 | Game Maker 8.1: (Part 3) How to Reuse Shot Gun, once you have Ammo & Custom Message. |
2019-02-10 | Game Maker 8.1: Fake 3D FPS (Part 2), How to Unlock a Door & Change Face icons. |
2019-02-02 | Game Maker 8.1: Fake 3D FPS (Part 1), How to Pickup Gun, Ammo, & Top Down. |
2019-01-26 | Game Maker 8.1: Fake 3D FPS, How to Create Monsters. |
Tags: android
pc
computer
game
maker
studio
pause
button
second
another
how
teach
learn
press
windows
search
arena
mcanime
mc
different
screen
create
site
gmx
file
code
deactivate
instance
object
activate
action
cloud
land
pausemessage
person