Home > PHP > Function > SWF > swf_modifyobject()

swf_modifyobject()

swf_modifyobject - Modify an object

Syntax

swf_modifyobject (int $depth, int $how)

Arguments

  • depth - The depth, as an integer.
  • 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()) and addcolor (specified by the function swf_addcolor()) to color the object. MOD_MATRIX uses the current matrix to position the object.

Description

Updates the position and/or color of the object at the specified depth.

Version

PHP 4

Return value

No value is returned.