Difference between revisions of "Man2"
From CodeStuff
(Created page with "<edcode> var x; var y; function drawMan() { //Head drawCircle(x,y,50); //Body drawLine( x,y+25, x,y+100); //Shoulders drawLine( x-20,y+35, x+20,y+35); //Left Arm ...") |
(No difference)
|