how do you make comments on your scripts? (if you know what I mean.)
Offline
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 <====)
Offline