Saturday, March 13, 2010

sketcher999v6

// just type here
// and click "save" when your done


void setup(){
  size(300,300);
}
  
  void draw(){
  background(255,255,200);
  for(int i=0; i<20; i++) {
    fill(i*40,random(0,255),200);
    rotate(0.10);
    strokeWeight(5);
    stroke(150,mouseY,mouseX);
    ellipse(100,100,80,90);
  }
  for(int j=0; j<20; j++) {
    fill(i*50,150,8*i,90);
    rotate(0.5);
    rect(100,i*10,mouseX,mouseY);
  }
}

infoinfo

submitted by: mtstatter
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: