Sketch 6 – Rain of Circles

This sketch simulates colorful raindrops falling from the top of the screen. Each circle resets to the top when it reaches the bottom.

✅ Conditional: Reset raindrops → if (y > height) { y = 0; }

✅ Loop: Continuous draw loop animating falling circles

✅ Custom variables: position, speed, color

⬇ Download sketch6.js