Difference between revisions of "Man2"

From CodeStuff
Jump to: navigation, search
(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 ...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<edcode>
 
<edcode>
 
 
var x;
 
var x;
 
var y;
 
var y;
Line 34: Line 33:
 
drawMan();
 
drawMan();
  
x=350;
+
x=500;
 
y=100;
 
y=100;
  

Latest revision as of 01:07, 30 August 2012