I need some help on a game I'm making, and I need the sprite to jump, double jump, and then glide when pressing the up button.
Offline
it depends what you mean do yuo mean when you press the up button all of that happens?
Offline
Yes. You press the up button once, and you jump. press the button again while in mid jump and you jump again. I have this part down. The only part I don't have is that after you double jump, you can hold the up button and glide in the direction you were running while you were jumping. So, instead of falling down as fast as regular gravity, you fall down slower, like you would see in cartoons when they are falling and they open an umbrella. ((I hope that isn't too confusing.)
Offline
I don't know how to do that yet. How will I edit it when it's already online?
Offline
Press Share to upload. A little-known trick is you can update a project by uploading it again with the same name!
Maybe you could use a variable:
[blocks]<forever>
<if><( <{ double jumped? }> <=> yes )>
<change y by( -1
<else>
<change y by( -5
<end>
<end>
Last edited by scratchisthebest (2011-08-11 11:31:48)
Offline
I already have how the double jump will work already, I just need the glide. I'll post what I have up there. and thank you for telling me that! I'll need to update my games every day, what the perfectionist that I am.
Offline
no reason. It's my you tube and touch arcade name.
Offline
I sent it in! It's called baloon man, which is spelled wrong, but I'm still happy it's out!
Offline
sending out to all people? Any help?
Offline