GMS: How to Enter a Building & Leave? (Cut Away)

Channel:
Subscribers:
271
Published on ● Video Link: https://www.youtube.com/watch?v=sfdNI6wSZAI



Duration: 10:08
45 views
0


GMS File: https://bit.ly/3n9hkUN

Links for Creating Games:

Craft Pix: https://craftpix.net

PngTree: https://pngtree.com/so/effects

Next Video: GM: A Look into Text IO (Brief Over View)

Next Video: GM: This may happen, if I can get it to work. How to Create a Jump in Fake 3D?

Next Video: GMS: How to Jump on a Spring?

obj_house_top, Depth -10, be sure you place two obj_house_tops so the alpha will work, if not no alpha change, will stay solid image.

Events:

Set Alarm 0

Actions:

if place_meeting(x,y,obj_house_top){
image_alpha = 1;
}

Events:

obj_person

Actions:

if place_meeting(x,y,obj_house_top){
image_alpha = 0.1;
}else{
image_alpha = 1;
}

Actions:

Set Alarm 0 to 10







Tags:
game
maker
studio
device
computer
pc
android
cutaway
house
bed
in
out
outside
indoor
how
show
teach
learn
try
find
door
building
leave
enter
solid
floor
alpha
image
place
meet
if
else
depth