Saturday, March 13, 2010

megasketch4

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

void setup(){
  size(300,300);
}
    
void draw(){
  background(20,10,40);
rotate(0.2);
rect(100,100,100,100);
  rect(100,40,100,50);
  fill(210,80,80); 
for(int i=10; i>0; i--) {    
  fill(100* i, 10, 20);
    rect(i * 50, i * 20, 70, 80);
}
}

infoinfo

submitted by: mtstatter
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: