REPEATING PATTERNS - IN SCRATCH

In Scratch code

  • Explore the link between coding and repeating patterns.
  • Change the Scratch code to create your own versions.
  • See below for Scratch Version 4 - Repeating Patterns.

 

 

 

   
Version 4 - Repeating Patterns  

Code - play with the Scratch code

  • change "set StampsPerRow to 6" to a different value and notice the effect
  • when is the pattern diagonal? vertical? why?
  • in "define DrawPattern" drag/drop different comnimations of Draw blocks from More Blocks and notice the effect

Output

  • when is the pattern diagonal? vertical? why?

   

See more Scratch versions

  • Version 1 - pattern stamped in a line (not a grid) with less control
  • Version 2 - pattern stamped in a line (not a grid)
  • Version 3 - pattern stamped in a grid, with less control of grid width