Saturday, March 13, 2010

Paulv3

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

void setup() {
  size(300, 300);
}
  
void draw() {
  background(20,10,0);
  fill(255,999, 10, 130);
  rect(100,888, 100, 100);
rect(150, 777, 125, 125);
for(int i=0; i<25; i++) {
    rect(i* 666, i*20, i, i);
  fill(255,555, 130);
  ellipse(444,150,80,40);
}}

infoinfo

submitted by: anonymous
views: 



treeThis sketch has a parent
Tags:

commentscomment

loading loading...

 

Add a comment: