Double Jump Scripts (And how to get it working)

WolfMerrik

New member
I created a script that lets the player Double Jump, as well as fixing the jump script that came with the platformer tutorial (the flying glitch)

All three files can be downloaded at these pages:

I created a post for it here: Lets try to Double Jump!
I was requested by a user to share this here as well, so here we are haha.

That post also explains how to add the scripts, as well as has a few modifications in the reply section.

Thanks!
 

WolfMerrik

New member
SuperNatetendo said:
So awesome!!! Thanks for this!

Thanks very much, I will try to continue to share things as I develop them!
I had started working on a few other "jump" scripts, but sadly the "one way" jumping (like Castlevania) I idiotically overwrote! So I am starting at square one there.
 

Imagaryboy

New member
Hey, this is really great. I was looking for a double jump. Thanks a lot!
Maybe one thing that could be changed:
The player keeps jumping when you hold down the A button. Can you fix that somehow, please? :D
 

WolfMerrik

New member
Imagaryboy said:
Hey, this is really great. I was looking for a double jump. Thanks a lot!
Maybe one thing that could be changed:
The player keeps jumping when you hold down the A button. Can you fix that somehow, please? :D

That will be definitely a part of my recode of the entire jump script,
I am working on one that has a LOT of different values, and settings so it can be tweaked (like a swiss army knife jump script)

But at the moment, with the collision detection causing the bounce when landing on solid tiles, this makes this very hard,
because for some reason, upon landing, there is a (sometimes) 2-5 frame window where jumping is not possible.

Still working on the WHY, then figuring out the HOW to go about this one! lol
 
Top Bottom