Saturday, March 13, 2010

sketcher999v7

// 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);
    rect(random(0,300),100,80,90);
  }
}

infoinfo

submitted by: anonymous
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: