swf_shapelineto
Draw a line
&reftitle.description;
voidswf_shapelineto
floatx
floaty
Draws a line to the x and y
coordinates. The current position is then set to that point.
&reftitle.parameters;
x
x-coordinate of the target.
y
y-coordinate of the target.
&reftitle.returnvalues;
&return.void;