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

#1 2013-01-08 23:59:33

ianthestuntman
Scratcher
Registered: 2013-01-02
Posts: 100+

comments on scripts

how do you make comments on your scripts? (if you know what I mean.)

Offline

 

#2 2013-01-09 00:14:07

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: comments on scripts

Right click an empty space (I think or maybe you can right click a script) and add comment. Drag close to a block to attach it.

Offline

 

#3 2013-01-12 12:03:47

Digimath
Scratcher
Registered: 2007-07-07
Posts: 100+

Re: comments on scripts

ianthestuntman wrote:

how do you make comments on your scripts? (if you know what I mean.)

kayybee wrote:

Right click an empty space (I think or maybe you can right click a script) and add comment. Drag close to a block to attach it.

Because sometimes the attached comment can be placed by Scratch to the far right and and off of the screen, I still sometimes use an older, alternate way.  An in-line comment can be made with the repeat block and the say blocks.  It’s not efficient but it does make the comment noticeable. 

repeat (0)
say (====> Just an in-line comment <====)


I've updated my text adventure game.
Colossal Cave 150http://scratch.mit.edu/static/projects/Digimath/3003787_sm.png

Offline

 

Board footer