Difference between revisions of "Today"

From CodeStuff
Jump to: navigation, search
Line 1: Line 1:
 +
*[[star]]
 +
*[[man]]
 +
 
<edcode>
 
<edcode>
var x;
 
var y;
 
 
x=200;
 
y=100;
 
 
//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
 
drawLine( x-20,y+35,  x-50,y+70);
 
 
//Right Arm
 
drawLine( x+20,y+35,  x+50,y+70);
 
  
//Left Leg
 
drawLine( x,y+100,      x-50,y+150);
 
  
//Right Leg
 
drawLine( 50, 10,      50,200);
 
  
  
 
</edcode>
 
</edcode>

Revision as of 02:48, 23 August 2012