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

#1 2009-01-25 07:26:48

Mojo94
Scratcher
Registered: 2009-01-25
Posts: 2

Im New Here, Need Help With Jumping

I apologise if there is already a post regarding this but im having problems getting my sprite to jump. any ideas how or is there a tutorial that someone can point me in the direction of??

thanks

Offline

 

#2 2009-01-25 09:46:13

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Im New Here, Need Help With Jumping

Try using the scripts from this project http://scratch.mit.edu/projects/archmage/72848


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#3 2009-01-25 11:36:18

Mojo94
Scratcher
Registered: 2009-01-25
Posts: 2

Re: Im New Here, Need Help With Jumping

Ok thanks for the help . I will give it a go.

Offline

 

#4 2009-02-09 16:21:45

Stickman704
Scratcher
Registered: 2009-01-31
Posts: 1000+

Re: Im New Here, Need Help With Jumping

The way i know it is somthing like this: Say you have a brown floor:
<when green flag clicked>
<forever if><key[up arrow]pressed?>
<change y by(10

<when green flag clicked>
<forever if><<  <not><touching color[brown  >>
<change y by(-1.5

<when green flag clicked>
<forever if><touching color[brown
<change y by(2.5

Hope this helps !  big_smile

Last edited by Stickman704 (2009-02-09 16:22:16)


Dun dun dun dun dun dun.... dun dun dun dun dun dun...  tongue

Offline

 

Board footer