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

#1 2009-09-20 12:21:23

pika100chu
Scratcher
Registered: 2009-07-26
Posts: 500+

Put interesting scratch scripts here

Put any scripts here you like!
example: Move script
<when green flag clicked>
<forever>
<if> <key[ up arrow ]pressed?>
<change y by( 10 )>
<wait( 0.1 )secs>
<end>
<if> <key[ down arrow ]pressed?>
<change y by( -10 )>
<wait( 0.1 )secs>
<end>
<if> <key[ left arrow ]pressed?>
<move( -10 )steps>
<wait( 0.1 )secs>
<end>
<if> <key[ right arrow ]pressed?>
<move( 10 )steps>
<wait( 0.1 )secs>
<end>
<end>

Offline

 

Board footer