var sh:Shape = new Shape(); sh.graphics.lineStyle(1,0); sh.graphics.moveTo(100,100); sh.graphics.lineTo(0 , 0); addChild(sh);