How Do I Make My Sprite Jump? Please help!
Offline
Try using my Velocity tutorial: http://scratch.mit.edu/forums/viewtopic.php?id=16077
If you have any more questions just ask!
Last edited by demosthenes (2010-09-11 11:36:22)
Offline
|Repeat (10)
|Change y by (5)
|Repeat (10)
|Change y by (-5)
Offline
I did not understand this
can you give me a tuturial?
Offline
Awesomeman98 wrote:
I did not understand this
can you give me a tuturial?
Did you try my tutorial?
Offline
I can not get the <touching[ to say ground
Offline
Awesomeman98 wrote:
I can not get the <touching[ to say ground
Try making a second sprite with the "Ground" and then when you open the "touching" drop-down menu, you will be able to select that.
Good luck (I'll be gone for a while post any questions you have, and I, or someone else will get back to you soon).
Offline
I get my guy jumping but multiple times I want my guy to jump 1 when I press up
Offline
Help please please please
Offline
Practice.
Okay, make a sprite, draw the stage, call it stage, then make it say touching stage.
Offline
[blocks]<when green flag clicked>[/blocks]
[blocks]<forever if><key [up arrow] pressed?>[/blocks]
[blocks]<switch to costume[ jumping costume ]>[/blocks] you dont have to have a costume...
[blocks]<repeat( 70 )[/blocks]
[blocks]<change y by( 2 )[/blocks]
[blocks]<end>[/blocks]
[blocks]<repeat( 70 )[/blocks]
[blocks]<change y by( -2 )[/blocks]
[blocks]<end>[/blocks]
[blocks]<switch to costume[ stand costume ]>[/blocks]
[blocks]<end>[/blocks]
this is a jumping script i got.
hope it work
Last edited by yodude925 (2010-09-18 20:37:23)
Offline