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

#1 2008-08-27 10:05:18

matthewjose
Scratcher
Registered: 2008-07-16
Posts: 100+

Any tutorials?

Does anyone have jumping tutorials? To make your sprite(s) jump with Up Arrow or W key?


My chat room, and join a Critique Group for feedback on your projects.

Offline

 

#2 2008-08-27 10:33:00

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

Re: Any tutorials?

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


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 2008-08-27 22:40:31

terminator355
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Any tutorials?

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  big_smile


No new stuff for now guys  wink  join me for some Black Ops on xbox: termhn or for some rock band on PS3: rocket232

Offline

 

#4 2008-08-27 23:48:08

Juzzy
Scratcher
Registered: 2008-08-24
Posts: 100+

Re: Any tutorials?

Here is a really good one It gives the scripts in the backround and gives a good example.


If you are reading this turn around, walk 3 steps, and do the chickendance
smile  big_smile  smile  big_smile  Which smiley is happier?

Offline

 

#5 2008-08-28 00:04:50

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: Any tutorials?

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  big_smile

That kind of jumping is choppy. You're better off using archmage's technique.


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

#6 2008-08-28 00:08:57

terminator355
Scratcher
Registered: 2008-07-31
Posts: 100+

Re: Any tutorials?

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  big_smile

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)


No new stuff for now guys  wink  join me for some Black Ops on xbox: termhn or for some rock band on PS3: rocket232

Offline

 

#7 2008-08-29 06:28:15

matthewjose
Scratcher
Registered: 2008-07-16
Posts: 100+

Re: Any tutorials?

Ok.


My chat room, and join a Critique Group for feedback on your projects.

Offline

 

Board footer