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

#1 2008-08-14 18:17:32

SuperSmashKid
Scratcher
Registered: 2008-08-14
Posts: 14

My first project!

http://scratch.mit.edu/projects/SuperSmashKid/241364

(obviously SSBB related)


http://thebrawl.net/signaturegenerator/ike/soto_SuperSmashKid_4597-1240-4142_FFFFFF.jpg

Offline

 

#2 2008-08-14 18:56:00

Bobby500
Scratcher
Registered: 2008-04-19
Posts: 1000+

Re: My first project!

ITs great for you first project. Much better than mine! Keep up the good work. I posted a huge comment on it about what you could do to improve.

Offline

 

#3 2008-08-14 19:59:39

Robin7
Scratcher
Registered: 2007-11-09
Posts: 100+

Re: My first project!

Very nice project, especially for your first one! I look forward to seeing other projects of yours.

Offline

 

#4 2008-08-15 06:25:39

Bobby500
Scratcher
Registered: 2008-04-19
Posts: 1000+

Re: My first project!

Okay here is my tut for the Jumping thing.

<when green flag clicked>
<forever>
<if><< <( <{  Jumplimit  }>  <=>  1  )> <and> <key[  Up Arrow ]pressed?> >>
<change{ Y Velocity }by( 7
<set{Jumplimit  }to( 0
<end>
<end>

<when green flag clicked>
<forever>
<if><touching color[ Black]
<set{  Jump Limit }to(  1
<end><end>

Offline

 

Board footer