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);
}
// and click "save" when your done
void setup() {
size(600,500);
background(20,30,mouseX);
fill(20,mouseY,150);
Triangle(500,100, 100,mouseX);
}
comments
loading...
Add a comment:
