Could you explain a bit more?
Offline
You can try using the first part of this tutorial: http://scratch.mit.edu/forums/viewtopic.php?id=16077
If that is not what you want, could you please be more specific with your question so I could better answer it.
Hope this helps
Offline
relt123 wrote:
JeanTheFox wrote:
Could you explain a bit more?
i need a script that5 makes your sprite jump.
Do you want the sprite to be able to move? If so, you'll need Y and X velocity...
Offline
relt123 wrote:
JeanTheFox wrote:
Could you explain a bit more?
i need a script that5 makes your sprite jump.
[blocks]<when green flag clicked><glide( 6 )secs to up then down>[/blocks]
This should help (I promise, this is not a rickroll)
http://scratch.mit.edu/projects/HD123/1343219
Offline
relt123 wrote:
JeanTheFox wrote:
Could you explain a bit more?
i need a script that5 makes your sprite jump.
[blocks]<when green flag clicked><glide( 6 )secs to up then down>[/blocks]
But you still have not talled us at all what they project is like or anything.
The simplest one would just be
[when flag pressed]
[change y by (10)]
[wait (1) secs]
[change y by (-10)]
Offline