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

#1 2011-04-14 02:16:37

TRocket
Scratcher
Registered: 2009-08-18
Posts: 1000+

Scratch Jargon explained!

Blocks
Boolean     =     a diamond block which returns either true/false often used in the if block eg.
http://www.freeimagehosting.net/uploads/1e6357e068.gif
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)
http://i.imgur.com/4lF7T.jpg
(click to enlarge)

Last edited by TRocket (2011-04-18 02:24:56)


http://i.imgur.com/1QqnHxQ.png

Offline

 

Board footer