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

#1 2012-05-20 03:20:14

stor
Scratcher
Registered: 2010-02-16
Posts: 1000+

How do you stop a sprite from jumping in midair?

I'm working on a game, and I really need to know how you stop your sprite from jumping when they already are which alows them to float through the levels. Here is the projects so far: Way Of The Ninja
either remix it so it works or just tell me

Last edited by stor (2012-05-20 03:20:41)


http://i49.tinypic.com/symb8z.jpg

Offline

 

#2 2012-05-20 03:36:55

stor
Scratcher
Registered: 2010-02-16
Posts: 1000+

Re: How do you stop a sprite from jumping in midair?

I've sorted it out so the scratch team can close this.


http://i49.tinypic.com/symb8z.jpg

Offline

 

#3 2012-05-20 04:57:11

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: How do you stop a sprite from jumping in midair?

You should report posts if you want them closed.  smile


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#4 2012-05-22 08:57:21

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: How do you stop a sprite from jumping in midair?

Hardmath123 wrote:

You should report posts if you want them closed.  smile

^This. The mods have so much work to do they can't look at every topic.


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#5 2012-05-26 11:51:52

Cozyhut3
Scratcher
Registered: 2010-02-06
Posts: 500+

Re: How do you stop a sprite from jumping in midair?

Hey stor, I think if you delete the first post of this thread it'll delete the whole thing.

Offline

 

#6 2012-05-28 13:17:46

wasabi56
Scratcher
Registered: 2012-02-10
Posts: 500+

Re: How do you stop a sprite from jumping in midair?

stor wrote:

I'm working on a game, and I really need to know how you stop your sprite from jumping when they already are which alows them to float through the levels. Here is the projects so far: Way Of The Ninja
either remix it so it works or just tell me

Okay, here you go  big_smile :

<when[space v]key pressed>
if <touching color [color of ground]?>
Perform the jump you want
else
stop script
end


http://i.picasion.com/pic58/c23d4d2fc75f459dcf3d9ebf3e8ba395.gif
http://www.weebly.com/uploads/1/0/1/4/10146167/2294523_orig.png

Offline

 

Board footer