Loading...
44
6 months ago

GameMaker: Studio tutorials

Animations for player!


Code here!

// Animations

// System to scale sprites

if (move!=0)

{

image_xscale = move

}

// Main animation

if (place_meeting(x,y+1,objSolid))

{

if (move!=0)

{

sprite_index = sprWalk

image_speed = 0.4

}

else

{

sprite_index = sprIdle

}

}

else

{

if (vsp < 0)

{

sprite_index = sprJump

}

else

{

sprite_index = sprFall

}

}



1 comment

Loading...

Next up

This code is so fucking hard(

Added sprites and... all done? Check the description for more detailed information.

So, this is what i actually made.

Check the description for more detailed information.

cute cat guy ✨️

So, uhh, i guess i'll stop my projects for a lil, cuz i wanna make some random stuff on GameMaker and Godot.

So you have to wait until next post, i guess.

3д Смарк

---

3D Mark

*sigh* Coyote time and jump buffer. Yeah.

Check the description for more detailed information.

H A P P Y H A L L O W E E N .

ИТАК, ребятки, мы презентуем вам НАШ проект ЕРЕСЬ КУЗИ ДВА... Ну, а вернее ДЕМО этой игры. ИГРА: https://gamejolt.com/games/YourPersonalHell/958149

Testing some stuff on godot.