SWF_MODIFYOBJECT(3) 1 SWF_MODIFYOBJECT(3)
swf_modifyobject - Modify an object
SYNOPSIS
void swf_modifyobject (int $depth, int $how)
DESCRIPTION
Updates the position and/or color of the object at the specified $depth.
PARAMETERS
o $depth
- The depth, as an integer.
o $how
- Determines what is updated. $how can either be the constant MOD_MATRIX or MOD_COLOR or it can be a combination of both.
MOD_COLOR uses the current mulcolor (specified by the function swf_mulcolor(3)) and addcolor (specified by the function swf_add-
color(3)) to color the object. MOD_MATRIX uses the current matrix to position the object.
RETURN VALUES
No value is returned.
PHP Documentation Group SWF_MODIFYOBJECT(3)