Pen tools

Pen blocks

  • A sprite can leave behind a trail this is drawing in scratch
  • The first thing you need to do to draw  is add the “pen down” block to your script
  • After that you can play with all the pen tools
    • Set the “pen color to (pick your color)” to anything the curser is over
    • Choose pen size “set pen size to x” x is what ever you want but if you go to large it will no longer be a pen but your entire background
    • Change “pen color by x” changes the color one time or if put in a loop script it will continue to change
    • Change “pen size” changes the pen size one time or if put in a loop script it will continue to change
    • Change the shade to go from light to dark or dark to light
    • Last tool is stamp – creates a duplicate of the sprite and add it anywhere
  • If you want to clear your drawing then select “clear” no need to put the “clear” block in your script unless you want to automatically clear your drawing