Blocks
Boolean = a diamond block which returns either true/false often used in the if block eg.
if it is loud say "it is LOUD!" otherwise say "it is quiet"
reporter = a oval block which returns a value(text or numbers)like a variable for example
[blocks]
<set{ age }to( 30 )>
<say[ I am ]for( 2 )secs>
<say[ <{ age }> ]for( 2 )secs>
<say[ years old ]for( 2 )secs>
[/blocks]
command = a rectangle block which does something for example
[blocks]<move( 10 )steps>[/blocks]
hat = this is a block which starts a stack of blocks for example
[blocks]<when green flag clicked>
<move( 10 )steps>
[/blocks]
stack = a group of blocks joined together example
[blocks]<when green flag clicked>
<move( 10 )steps>
<say[ hello ]for( 2 )secs>
[/blocks]
scratch website
remix = download someone's project , edit it , and then upload it again
upload in the scratch window click share then share this project on-line enter your user-name and password then click upload(if you are trying to upload from a school this may not work)
download = to download just click on the project name(see image)
(click to enlarge)
Last edited by TRocket (2011-04-18 02:24:56)
Offline