Thursday, December 05, 2013
dont judge me
              // just type here
// and click "save" when your done
void setup(){
smooth();
background(200,231,90);
size(500,500);
  
}
  
void draw() {
fill(random(0,255),40,150);
rotate(frameCount/10);
ellipse(34,211,69,100);
ellipse(68,76,23,200);
ellipse(134,43,168,16);
translate(167,240);
line(0,0,255,255);
  
 
  
 
}
          // and click "save" when your done
void setup(){
smooth();
background(200,231,90);
size(500,500);
}
void draw() {
fill(random(0,255),40,150);
rotate(frameCount/10);
ellipse(34,211,69,100);
ellipse(68,76,23,200);
ellipse(134,43,168,16);
translate(167,240);
line(0,0,255,255);
}
                comments  
              
             loading...
              loading...
            
Add a comment:

 
             This sketch has a
This sketch has a 