Does anyone have jumping tutorials? To make your sprite(s) jump with Up Arrow or W key?
Offline
I made a project that shows how to jump. Just look at the script in the background picture.
http://scratch.mit.edu/projects/archmage/72848
Offline
just do this:
[blocks]
<when[ up ]key pressed>
<change y by(20
<change y by(_20
[/blocks]
next time look for posts that already have a thing that says help (that poeple will help you on) or download projects that have jumping chars
Offline
Here is a really good one It gives the scripts in the backround and gives a good example.
Offline
terminator355 wrote:
just do this:
[blocks]
<when[ up ]key pressed>
<change y by(20
<change y by(_20
[/blocks]
next time look for posts that already have a thing that says help (that poeple will help you on) or download projects that have jumping chars![]()
That kind of jumping is choppy. You're better off using archmage's technique.
Offline
hmnwilson wrote:
terminator355 wrote:
just do this:
[blocks]
<when[ up ]key pressed>
<change y by(20
<change y by(_20
[/blocks]
next time look for posts that already have a thing that says help (that poeple will help you on) or download projects that have jumping chars![]()
That kind of jumping is choppy. You're better off using archmage's technique.
just tryin to give the basics(im on psp)
Last edited by terminator355 (2008-08-28 00:11:44)
Offline