Game maker rising door and button tutorial @rexfurry
Game maker rising door and button tutorial  @rexfurry
Uploaded January 2011 | Updated September 2026, 2 weeks ago
Hey guys how's it goin? In this video I show you how to create a door that lifts upward when you player stands on a button. I hope you enjoy this tutorial and don't forget to subscribe to stay updated on upcoming tutorials, project previews, and everything else!

Also, here's the codes that were use in the video:

Button code: if (place_meeting(x,y,obj_player) )
{


with (instance_nearest(x,y,obj_door) )
{
open=true;
}


}
else
with (instance_nearest(x,y,obj_door) )
{
open=false;
}

Door Create code:
open=false;
gravity_direction=270;

Door Step code: if (open = true)
{
if (place_free(x,y-1) )
y -= 1;
else
gravity = 0;
}
else
{
if (place_free(x,y+1) )
gravity = 0.5; //speed at which it falls
else
gravity = 0;
}
Game maker rising door and button tutorialOther (2D Animated Short)Heros Shadow OP 2 Idea (Scrapped)Game Maker (EASY) RPG exp - TutorialSeaside Treasure Quest 2012 Animated SubmissionHEROS SHADOW EP 2 - (UPDATE #1)Ninja cat opening finalRexplays: Crystal Universe Aftermath - [7]GIMP - Coraline Inspired Speed DrawingGimp animation tutorialLooping cat animation in GIMPChris Pirillo Animation [1] Im Multi-tasking
rexfurry |

Game maker rising door and button tutorial

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER