// by Jeffrey Melton, jmelton@nofi.org // visit http://www.nofi.org/ for more info // void setup() { size(400, 250); // smooth(); //turns on anti-aliasing noFill(); frameRate(24); background(255); } void draw() { // float r5 = random(20); for(int i=0; i