(unknown)
SWFShape->drawLine -- Draws a line (relative).
Description
void swfshape->drawline
(integer dx, integer dy)
swfshape->setrightfill() draws a line (using the current line style
set by swfshape->setline()) from the current pen position to
displacement (dx,dy).
See also
swfshape->movepento(),
swfshape->drawcurveto(),
swfshape->movepen() and
swfshape->drawlineto().