Game Maker Studio: How to Create a Custom Load Message? VIDEO
Visit my Game Jolt site: https://bit.ly/3i6iSdF
Paypal Donate: https://bit.ly/30e8VDZ
GMS File: https://bit.ly/3ccCp9Y
obj_load
Events:
Left Pressed
Actions:
ini_open("save7.ini");
if
ini_read_real("save7","room",0) = 0
{
////show_message("No save file found.");///Don't use this code
instance_create(x,y,obj_message); ///Use this instance_create for Custom ///Message.
ini_close();
exit;
}
room_goto(ini_read_real("save7","room",room));
score = ini_read_real("save7","score",0);
obj_save_two Not visible, use for second room, third room, forth room
Events:
Create
Actions:
ini_open("save7.ini");
ini_write_real("save7","room",room);
ini_write_real("save7","score",score);
//Insert variables here
ini_close();
Other Videos By MC Designs 2020-11-14 Game Maker Studio: How to Create a Cut Scene Animation? 2020-11-07 Game Maker Studio: How to Slow Down Animation, without using Several Images? 2020-10-31 Game Maker Studio: How to Create Animated Score Points, using Code? 2020-10-24 Game Maker Studio: How to Create a Character Select Screen? 2020-10-11 Game Maker Studio: (Part 2) How to Pickup, Drop, & Throw an Item? 2020-10-11 Game Maker 8.1: How to Throw a Grenade? 2020-10-04 Game Maker Studio: (Part 1) How to Pickup & Drop an Item? 2020-10-03 Game Maker Studio: How to Create a Fade In & Fade Out, using Code? 2020-09-25 Game Maker Studio: How to Create a Flame & Smoke Effect? 2020-09-20 Game Maker 8.1: How to Create Key Hover, & Door Opening from the Bottom to the Top? 2020-09-19 Game Maker Studio: How to Create a Custom Load Message? 2020-09-19 Game Maker 8.1: How to Make Card Key go, from Top to Bottom? 2020-09-12 Game Maker Studio: How to Create Orb Hover? 2020-09-12 Game Maker Studio: How to Create a Different Spin, using Code? 2020-09-06 Game Maker Studio: How to Spawn Stars in Space? 2020-09-06 Game Maker Studio: How to Click on a Button for Full Screen? 2020-09-05 Game Maker 8.1: How to Cycle you're Weapons & Fixing Glitches? 2020-08-30 Game Maker Studio: How to Create a Animated Torch with Light Follow? 2020-08-22 Game Maker 8.1: How to Create a Name Bar & Blood Splatter Effect? 2020-08-16 Game Maker Studio: How to Collect, Cycle, & Use you're Items? 2020-08-15 Game Maker Studio: How to Create a Blood Splatter Effect?
Tags: android
pc
computer
windows
message
create
custom
teach
learn
how
show
press
deactivate
activate
button
play
load
save
script
instance
game
maker
studio