here is the zip of my first game thing and i need some one to make it so Mario cant jump a billion times so like something like a single jump you could or a double jump would be even better if you could i would award 1 point to whoever does it
Like this? If so, what I did was add a variable that will decrease every time you press the jump button. The variable is set to 2 while the actor is on the ground. This allows for a double jump. Also, on the space keydown event, I set repeat to disable so there will be two distinct jumps.