SWFDisplayItem::scaleTo

(PHP 5 <= 5.3.0, PECL ming SVN) Scales the object in global coordinates void SWFDisplayItem::scaleTo ( float $x [, float $y ] ) swfdisplayitem::scaleto() scales the current object to (x,y) in global coordinates. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::scale

(PHP 5 <= 5.3.0, PECL ming SVN) Scales the object in relative coordinates void SWFDisplayItem::scale ( float $dx, float $dy ) swfdisplayitem::scale() scales the current object by (dx,dy) from its current size. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::rotateTo

(PHP 5 <= 5.3.0, PECL ming SVN) Rotates the object in global coordinates void SWFDisplayItem::rotateTo ( float $angle ) swfdisplayitem::rotateto() set the current object rotation to angle degrees in global coordinates. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::rotate

(PHP 5 <= 5.3.0, PECL ming SVN) Rotates in relative coordinates void SWFDisplayItem::rotate ( float $angle ) swfdisplayitem::rotate() rotates the current object by angle degrees from its current rotation. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::remove

(PHP 5 <= 5.3.0, PECL ming SVN) Removes the object from the movie void SWFDisplayItem::remove ( void ) swfdisplayitem::remove() removes this object from the movie's display list. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned. This functio

SWFDisplayItem::multColor

(PHP 5 <= 5.3.0, PECL ming SVN) Multiplies the item's color transform void SWFDisplayItem::multColor ( float $red, float $green, float $blue [, float $a ] ) swfdisplayitem::multcolor() multiplies the item's color transform by the given values. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Parameters:

SWFDisplayItem::moveTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves object in global coordinates void SWFDisplayItem::moveTo ( float $x, float $y ) swfdisplayitem::moveto() moves the current object to (x,y) in global coordinates. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::move

(PHP 5 <= 5.3.0, PECL ming SVN) Moves object in relative coordinates void SWFDisplayItem::move ( float $dx, float $dy ) swfdisplayitem::move() moves the current object by (dx,dy) from its current position. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns: No value is returned.

SWFDisplayItem::getYSkew

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getYSkew ( void ) This function is currently not documented; only its argument list is available. See also: SWFDisplayItem::getXSkew() -

SWFDisplayItem::getYScale

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getYScale ( void ) This function is currently not documented; only its argument list is available. See also: SWFDisplayItem::getXScale() -