Falling Points



Falling Points


This sketch uses an array that holds a Y value for every X value across the width of the canvas. It adds a random number to each Y value so that the points fall at different speeds.

falling points

Remix Ideas

  • Make all the points move at the same speed.
  • Make all the points move horizontally as well as vertically.
  • Make a more realistic simulation of rain or snow.

Arrays Examples