Uploaded June 2011 | Updated September 2026, 2 weeks ago
This is one of the easiest tutorials on creating slopes in game maker! Here's all the codes you need to follow this tutorial:
Key bored Left event:
if place_empty(x-4,y) then x-=4
else
{
if place_empty(x-4,y-6) then
{
x-=4
y-=6
move_contact_solid(270,6)
}
}
Key bored Right event:
if place_empty(x+4,y) then x+=4
else
{
if place_empty(x+4,y-6) then
{
x+=4
y-=6
move_contact_solid(270,6)
}
}
Credit for this tutorial goes to DarkShadow753
DarkShadow's channel: youtube.com/user/DarkShadow753
Original tutorial by DarkShadow: youtube.com/watch?v=fe_bM4Wo1BM&lc=V8m3e_n36t_H_r-0JlnWho4psMpULuh62_zyy91GdOw&feature=inbox
This is one of the easiest tutorials on creating slopes in game maker! Here's all the codes you need to follow this tutorial:
Key bored Left event:
if place_empty(x-4,y) then x-=4
else
{
if place_empty(x-4,y-6) then
{
x-=4
y-=6
move_contact_solid(270,6)
}
}
Key bored Right event:
if place_empty(x+4,y) then x+=4
else
{
if place_empty(x+4,y-6) then
{
x+=4
y-=6
move_contact_solid(270,6)
}
}
Credit for this tutorial goes to DarkShadow753
DarkShadow's channel: youtube.com/user/DarkShadow753
Original tutorial by DarkShadow: youtube.com/watch?v=fe_bM4Wo1BM&lc=V8m3e_n36t_H_r-0JlnWho4psMpULuh62_zyy91GdOw&feature=inbox










![Rexplays: Crystal Universe Aftermath - [10/11]
Hey everyone, how it goin? Welcome to part 8 of my brand new Lets pla...or should I say, Rexplay series of Crystal Universe Aftermath! In this episode we Explore around a bit in the crystal realm and come in contact with a terrifying new foe, will we survive? Find out, on this episode of rexplay Crystal Universe Aftermath! ^)^
Link to download game: http://sandbox.yoyogames.com/games/79955 Rexplays: Crystal Universe Aftermath - [10/11]](https://i.ytimg.com/vi/Yob0GlMEt-A/mqdefault.jpg)