Modifications

BacASable

43 octets ajoutés, 30 mars 2012 à 12:54
ProcessingJS
background(100);
stroke(255);
ellipse(150, 50, 25, 25);
}
void loop(){
background(100);
ellipse(mouseX, 50, 25, 25);
}
0
6 691
modifications