To use this set: === 1. Press "See inside." 2. Click the bar at the bottom of the screen saying "backpack" to expand it. 3. Drag the sprite named "Commenting Set" into the bar. 4. Press "Create" or enter a project you already have created. 5. Expand your backpack again. 6. Drag the sprite named "Commenting Set" from the backpack to the sprite area. (Usually the area where your scratch cat is located) 7. Click the sprite named "Commenting Set." 8. Drag both define blocks to a separate sprite of your choosing where you will be able to use the blocks. ===
Read after you are finished with the instructions. === How do I use the blocks? Comments in programming are lines of coded usually starting with either "//" or "#" that are completely ignored by the compiler or interpreter, meaning they aren't executed. In your scratch projects, you can use these to make todos, come back to something later, or make sure people can understand your code better by explaining how things work. Comments starting with "TODO" are automatically added to the todo list. Access it by clicking "Variables" and scrolling down until you come to the red section. Here click the checkmark next to lists you want to view. You can click on any item in the list to edit or delete it. Comments starting with "!" are automatically added to the error list. Comments starting with "?" are automatically added to the question list, useful for collaborating. Comments starting with "//" are automatically added to the crossed out list, not to be confused with the ones with "//" attached to the block. These are useful if you are finished a todo, etc. ===