// Dartmouth CS 2, Winter 2009, Chris Bailey-Kellogg // Notes 12 | Sketch 3 // Inspired by Greenberg (11-6) Ball[] balls = new Ball[100]; void setup() { size(400,300); smooth(); noStroke(); background(0); // They all start at the center for (int i=0; i