Interactive Artwork

Morgan Butler
Feb 11, 2021
  • I used mouseIsPressed to trigger the changing of the dots. It changes from a lighter color to a darker color.
  • I made a grid of circles using nested for loops. I made two different nested for loops to create both rows.
  • I made a gradient with a for loop to create an aesthetic background for my artwork.
  • I made a ball bounce inside the screen.
  • I also made the ball make a Lissajous pattern.

--

--