Friday, June 22, 2012

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


void setup() { 
  size(500,500); 
  

  
void draw() { 
  background(200,30,90); 
  fill(20,40,150); 
  rect(random(50,100),100, 100,100); 
  
  
}

info info

submitted by: catherinetryfona
views: 27


Tags:

comments comment

loading loading...

 

Add a comment: