Saturday, July 14, 2012

meg

void setup() { 
  size(500,500); 
  background(200,100,250);

  
void draw() {  
   
  fill(mouseX,40,150); 
  rect(200,50, 10,300);
  strokeWeight(5);
 stroke(mouseX,mouseY,mouseX);
  fill(mouseX,1003,30,90);
  rect(mouseX,mouseY, 10,50);
  ellipse(200,300,random(0,200),100);
  

  
}

info info

submitted by: megthecross
views: 84


treeThis sketch has a parent
Tags:

comments comment

loading loading...

 

Add a comment: