//hippy puke //AnnMarie Cernoch 2007 // this drawing program is using the num integer to increment up thus causing a trailing effect. // follow the instructions on how to switch between the two color schemes. // the mouse interaction changes the color of background shapes. mouse also has a trailing 2nd interaction. int i= 500; int num = 60; float mx[] = new float[num]; float my[] = new float[num]; float x[] = new float[num]; float y[] = new float[num]; //color rndColor; //uncomment to use random green color color[] colors = new color[num]; // uncomment for blue/purple colors color safecolor; void setup() { size(400, 400); smooth(); background(0); //comment out below to use green color function safecolor = color(153, 153, 153); for(int i=0; i