Saturday, March 13, 2010
sketcher999v5
// just type here
// and click "save" when your done
void setup(){
size(300,300);
}
void draw(){
background(20,30,40);
for(int i=0; i<20; i++) {
fill(i*40,0,200);
rotate(0.10);
ellipse(100,100,mouseX,mouseY);
}
for(int j=0; j<20; j++) {
fill(i*50,150 8 i,90);
rotate(0.5);
rect(100,i*10,mouseX,mouseY);
}
}
// and click "save" when your done
void setup(){
size(300,300);
}
void draw(){
background(20,30,40);
for(int i=0; i<20; i++) {
fill(i*40,0,200);
rotate(0.10);
ellipse(100,100,mouseX,mouseY);
}
for(int j=0; j<20; j++) {
fill(i*50,150 8 i,90);
rotate(0.5);
rect(100,i*10,mouseX,mouseY);
}
}
comments
loading...
Add a comment: