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

#1 2008-07-16 15:08:47

Ohgieson
Scratcher
Registered: 2008-07-16
Posts: 2

Im new someone plz help me

before i start sorry for all spelling errors. I just made a my first (succsesful) game and uploaded it the little racer game and it was fun to make and test. i want to make another game but i couldnt figure out one concept. It was a little 2-d mario type game but i couldnt find a way to make him jump. can anyone help me ad tell me how i can do that. thx ahead of time

Offline

 

#2 2008-07-16 15:40:09

Kingdaro
Scratcher
Registered: 2008-06-08
Posts: 100+

Re: Im new someone plz help me

<when green flag clicked>
<forever if> <key[ space or up arrow ]pressed?>
<repeat( 20
<change y by( 4
<end>
<repeat( 20
<change y by( -4
<end>
<end>

Last edited by Kingdaro (2008-07-16 15:41:31)

Offline

 

#3 2008-07-16 16:00:09

Lanie
Scratcher
Registered: 2008-02-03
Posts: 1000+

Re: Im new someone plz help me

First I would like to say Welcome To Scratch, Kingdaro pretty much answered your question

Offline

 

#4 2008-07-16 16:02:29

Ohgieson
Scratcher
Registered: 2008-07-16
Posts: 2

Re: Im new someone plz help me

thanks so much

Offline

 

Board footer