How to make a platformer in Gamemaker (the easy way) #3
This platformer video tutorial series teaches you how to create a platformer in simple steps.
This time we add a double jump mechanic, that enbable to jump again mid air. The issue is here that we need to artifically limit the double jump after a short timer runs down to avoid instantly double jumping again (or if you have god-like reflexes, then never mind :D ).
That's it!
Tldr this video:
variable to double jump
timer to block instant double jump after jump
Blog post mentioned:
https://gamemaker.io/de/tutorials/easy-platformer
π Support me and get fresh game art and game maker projects every month:
https://www.patreon.com/1upindie
Follow me on:
πΈ Instangram: https://www.instagram.com/1upindie
π¦ Twitter: https://twitter.com/1upIndie
π¬ Discord: https://discord.gg/gvr98nb
π Udemy: https://www.udemy.com/course/become-a-video-game-developer-with-gms-23/ (See youtube about page for discount)
0:00 Explaining what we will do
0:33 Where we left of last time, falling and jumping
0:53 Add a variable to enables double jumps, resets on landing
2:02 Run a timer down and then enable a double jump, timer reset on landing