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

#1 2013-01-12 15:06:24

SugarRusher
Scratcher
Registered: 2013-01-03
Posts: 12

Possible Scripting Solution (For new scratchers)

If your a new scratcher, and most of your scripts aren't working, this might help you. When I was a new scratcher (I still am new, but I at least know the basics) none of my scripts worked. It didn't take long for me to figure out why. My scripts were incomplete.

If your script looks something like this,

forever
move [10] steps
then your script is incomplete. To fix it, simply add a
when gf clicked
or any other block found in the control category that cannot have anything attached before it.

Example:
when gf clicked
forever
move [10] steps

Offline

 

#2 2013-01-13 23:27:01

KrIsMa
Scratcher
Registered: 2011-09-20
Posts: 500+

Re: Possible Scripting Solution (For new scratchers)

Cool! Maybe add more sections when you can edit?  smile


http://blocks.scratchr.org/API.php?user=KrIsMa&action=onlineStatus&online=http://i49.tinypic.com/2pzic0m.png&offline=http://i49.tinypic.com/r7p10n.png
The Scratch Team (and fellow scratchers!) is/are so nice!!!

Offline

 

#3 2013-01-14 17:49:18

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: Possible Scripting Solution (For new scratchers)

This seems to be a rather common mistake among new Scratchers.


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#4 2013-01-14 18:31:35

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: Possible Scripting Solution (For new scratchers)

It is a common mistake, but once they figure out they need a hat block, they catch on pretty quick. Good idea with this thread SugarRusher.  smile


Why are the secret organizations getting all the attention?  mad

Offline

 

Board footer