This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2010-09-11 11:23:09

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Jumping

How Do I Make My Sprite Jump? Please help!  big_smile

Offline

 

#2 2010-09-11 11:32:22

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: Jumping

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)


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#3 2010-09-11 11:52:54

JAMBAMtheSLAM
New Scratcher
Registered: 2010-09-03
Posts: 100+

Re: Jumping

|Repeat (10)
|Change y by (5)
|Repeat (10)
|Change y by (-5)


http://i54.tinypic.com/2s7zwxs.png

Offline

 

#4 2010-09-11 11:53:57

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

I did not understand this
can you give me a tuturial?

Offline

 

#5 2010-09-11 11:54:55

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: Jumping

Awesomeman98 wrote:

I did not understand this
can you give me a tuturial?

Did you try my tutorial?


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#6 2010-09-11 12:07:30

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

I can not get the <touching[  to say ground

Offline

 

#7 2010-09-11 12:13:31

demosthenes
Retired Community Moderator
Registered: 2008-02-19
Posts: 1000+

Re: Jumping

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).


I've taken a long hiatus, but I still visit sometimes. Give me some time to answer any messages you post on my projects!

Offline

 

#8 2010-09-11 12:34:57

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

I get my guy jumping but multiple times I want my guy to jump 1 when I press up

Offline

 

#9 2010-09-11 18:56:33

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

please help me  sad

Offline

 

#10 2010-09-11 19:15:18

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

Help please please please
sad   sad   sad   sad   sad   sad   sad

Offline

 

#11 2010-09-11 19:28:28

Awesomeman98
New Scratcher
Registered: 2010-09-10
Posts: 35

Re: Jumping

cn

Offline

 

#12 2010-09-11 20:36:10

JAMBAMtheSLAM
New Scratcher
Registered: 2010-09-03
Posts: 100+

Re: Jumping

Practice.


Okay, make a sprite, draw the stage, call it stage, then make it say touching stage.


http://i54.tinypic.com/2s7zwxs.png

Offline

 

#13 2010-09-17 18:59:49

yodude925
Scratcher
Registered: 2010-05-20
Posts: 31

Re: Jumping

[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)


Check out these series: Mecha's revenge, 5 star aces, and Mario star (made by skwiek, forme01, and 041)

Offline

 

Board footer