i've been trying to make a SMB like jump for two days now, and i just can't do it so i thought of asking how to do that here, maybe i should do it myself but, i really want to advance in my project. Thx in advance



..?
Making a platformer isn't what I would do first really but ok, like what part are you having trouble with? the AABB coll? the grounding of the player? gravity, managing the actor table?.. not sure or how you would get help


 20.27.33.png)
@SmellyFishstiks i'm really just a beginner in pico-8 and in programming in general, i just don't know how to implement it.


 20.27.33.png)
also, with SMB like jump i mean different height based on how long you pressed the button.



Add a timing variable for how long you can jump and a variable for delta y (y speed).
[Please log in to post a comment]