Try using the scripts from this project http://scratch.mit.edu/projects/archmage/72848
Offline
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 !
Last edited by Stickman704 (2009-02-09 16:22:16)
Offline