How to make a platformer in Gamemaker (the easy way) #3

Channel:
Subscribers:
11,800
Published on ● Video Link: https://www.youtube.com/watch?v=7cf-9Ik7OxY



Duration: 0:00
373 views
28


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