Game Maker Studio: (Part 1) How to Gain, Take Away, & Move to Next Room?
GMS File: https://rb.gy/c2g2wf
obj_scores
Events:
Create
Actions:
global.points=0;
global.points1=0;
Events:
Draw
Actions:
draw_text(100, 50, "Points " + string(global.points));
draw_set_color(c_lime);
draw_text(300, 50, "Coins " + string(global.points1));
draw_set_color(c_aqua);
Other Videos By MC Designs
2021-04-16 | Game Maker Studio: (Part2) How to Collect Coins to Buy Items? |
2021-04-16 | Game Maker 8.1: How to Warp from one Area to another Area? |
2021-04-16 | Game Maker Studio: How to Collect Rewards, once you past Certain Amount of Time? |
2021-04-10 | Game Maker Studio: (Part1) How to Collect Coins to Buy a Item? |
2021-04-10 | Game Maker Studio: How to Warp & Destroy at Position? |
2021-04-03 | Game Maker 8.1: How to Find a Map, & Make Visible on Screen? |
2021-03-27 | Game Maker Studio: (Part 2) How to Save, & Load you're Inventory? |
2021-03-21 | Game Maker Studio: (Part 1) How to Save, Load You're Room, & Mark Inventory Persistent? |
2021-03-20 | Game Maker Studio: How to Move, Parenting, & Void Getting Stuck in Walls? |
2021-03-13 | Game Maker Studio: (Part 2) Randomly Choosing Set of Numbers & Images? |
2021-03-13 | Game Maker Studio: (Part 1) How to Gain, Take Away, & Move to Next Room? |
2021-03-07 | Game Maker Studio: How to Gain 50 Coins, then Restart Game? |
2021-03-06 | Game Maker Studio: How to Save & Load Coins you Pick Up, Room, & Score? |
2021-02-27 | Game Maker 8.1: How to Create a Mini Map, & find Enemies & Items? |
2021-02-20 | Game Maker Studio: How to Create Googly Eyes, when Getting Hit? |
2021-02-16 | Game Maker Studio: How to Create a Easy Inventory System for Android? |
2021-02-13 | Game Maker Studio: How to Create a Easy Inventory System for PC? |
2021-02-12 | Game Maker Studio: How to Angle Shake an Object, when getting Hit? |
2021-02-12 | Game Maker 8.1: How to Open a Door, once Equal Number of Prisoners are Saved? |
2021-02-12 | Game Maker 8.1: How to Scale Buttons, when Pressed? |
2021-02-06 | Game Maker 8.1: How to Collect Key, Messages, Open Cell, & Save a Prisoner? |
Tags: game
maker
studio
device
android
computer
pc
learn
find
teach
show
var
instance
collect
button
pressed
mouse
click
hover
color
set
score
global
point
coin
draw
string
text
position
create
depth
next
room
variable
test
enter
leave
destroy
other
equal
value
gain
take
reduce
subract
relative
keyboard