Wednesday, September 06, 2006




void setup() {
size(400,400);
smooth();
noStroke();
}

void draw() {
background(200);

for(int x=10; x

No comments: