swf_placeobject
Place an object onto the screen
&reftitle.description;
voidswf_placeobject
intobjid
intdepth
Places the object in the current frame at a specified
depth.
This uses the current mulcolor (specified by
swf_mulcolor) and the current addcolor (specified by
swf_addcolor) to color the object and it uses the
current matrix to position the object.
&reftitle.parameters;
objid
The object id.
depth
Must be between 1 and 65535.
&reftitle.returnvalues;
&return.void;