Tuesday, January 14, 2014

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


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

  
void draw() { 
  background(98,12,54); 
  

  fill(random(0,255),20,200); 
  stroke(255,255,0); 
  ellipse(250, 250, random(10,150), 150); 
  
}

info info

submitted by: jamesgiovino96
views: 52


Tags:

comments comment

loading loading...

 

Add a comment: