swf_definerect
Define a rectangle
Description
voidswf_definerect
intobjid
floatx1
floaty1
floatx2
floaty2
floatwidth
The swf_definerect defines a rectangle with
an upper left hand coordinate given by the x,
x1, and the y, y1.
And a lower right hand coordinate given by the x coordinate,
x2, and the y coordinate, y2
. Width of the rectangles border is given by the
width parameter, if the width is 0.0 then
the rectangle is filled.