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);
  }
}

infoinfo

submitted by: mail_godfrey
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: