Saturday, March 13, 2010
sectchmaniav1
// just type here
// and click "save" when your done
void setup(){
size(300,300);
}
void draw (){
background (200,12,100);
for(int i=0; i<80; i++){
fill (mouseY,200,mouseX);
rotate(0.1);
ellipse(150, 150,mouseX,150);
}
for (int j=0; j<10; j=j+2) {
strokeWeight(10);
stroke(random(5),mouseY,mouseX);
fill (mouseX,180,mouseY,mouseY);
rotate(0.2);
ellipse (56,46,55,mousex);
}
}
// and click "save" when your done
void setup(){
size(300,300);
}
void draw (){
background (200,12,100);
for(int i=0; i<80; i++){
fill (mouseY,200,mouseX);
rotate(0.1);
ellipse(150, 150,mouseX,150);
}
for (int j=0; j<10; j=j+2) {
strokeWeight(10);
stroke(random(5),mouseY,mouseX);
fill (mouseX,180,mouseY,mouseY);
rotate(0.2);
ellipse (56,46,55,mousex);
}
}