swf_modifyobject
(PHP 4)
swf_modifyobject — Modify an object
Description
void swf_modifyobject
( int
$depth
, int $how
)
Updates the position and/or color of the object at the specified
depth.
Parameters
-
depth -
The depth, as an integer.
-
how -
Determines what is updated.
howcan either be the constantMOD_MATRIXorMOD_COLORor it can be a combination of both.MOD_COLORuses the current mulcolor (specified by the function swf_mulcolor()) and addcolor (specified by the function swf_addcolor()) to color the object.MOD_MATRIXuses the current matrix to position the object.
Return Values
No value is returned.
There are no user contributed notes for this page.
