Monday, May 07, 2012

// just type here
// and click "save" when your done
void setup() {
  size(600,500);
 

 
background(20,30,mouseX);
  fill(20,mouseY,150);
  Triangle(500,100, 100,mouseX); 
}

info info

submitted by: dopfui
views: 54


Tags:

comments comment

loading loading...

 

Add a comment: