Wednesday, March 17, 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);
  }
}

info info

submitted by: sophie_mcdonald
views: 



treeThis sketch has a parent
Tags:

comments comment

loading loading...

 

Add a comment: