Saturday, March 13, 2010

sketcher999v4

// 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*15,90,120);
    rotate(0.10);
    rect(100,100,mouseX,mouseY);
  }
  for(int j=0; j<20; j++) {
    fill(i*50,100,120);
    rotate(0.20);
    rect(20,i*10,20,100);
  }
}

infoinfo

submitted by: paulyoung1602
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: