As I get better at using Scratch, I have more opportunities to help other users.
Anyways, I need to know how to put numbers and stuff into the online blocks—things like this:
http://scratch.mit.edu/forums/post.php?fid=6#req_message
Thanks!
Offline
Here:
[blocks] <move( just type between the parentheses )steps> [/blocks]
Offline
To make something like this:
[blocks]<when green flag clicked>
<wait until><( <{ var }> <=> 15 )>
<move( 5 )steps>[/blocks]
You have to type:
[blocks]<when green flag clicked>
<wait until><( <{ var }> <=> 15 )>
<move( 5 )steps>[/blocks]The menu for some of blocks are below the writing field (these icons labelled as Motion, Looks, ...)
But this isn't a good method to help (the blocks here are unscaled, and there are glitches). You can run Scratch, make a script, right-click the scripting area and click "take a picture of script".
Offline