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);
  
 
  
 
}

info info

submitted by: vamstudent4
views: 54


treeThis sketch has a parent
Tags:

comments comment

loading loading...

 

Add a comment: