SWFFill::moveTo

(PHP 5 <= 5.3.0, PECL ming SVN) Moves fill origin void SWFFill::moveTo ( float $x, float $y ) Moves the fill origin to the given global coordinates. Parameters: x X-coordinate y Y-coordinate Returns: No value is returned. This function is EXPERIMENTAL. The behaviour of t

SWFDisplayItem::skewYTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the Y-skew void SWFDisplayItem::skewYTo ( float $degrees ) swfdisplayitem::skewyto() sets the y-skew to degrees. For degrees is 1.0, it means a 45-degree forward slant. More is more upward, less is more downward. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns:

SWFDisplayItem::skewY

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the Y-skew void SWFDisplayItem::skewY ( float $ddegrees ) swfdisplayitem::skewy() adds ddegrees to current y-skew. 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 function is EXPERIMENTAL. The beha

SWFDisplayItem::skewXTo

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the X-skew void SWFDisplayItem::skewXTo ( float $degrees ) swfdisplayitem::skewxto() sets the x-skew to degrees. For degrees is 1.0, it means a 45-degree forward slant. More is more forward, less is more backward. The object may be a swfshape(), a swfbutton(), a swftext() or a swfsprite() object. It must have been added using the swfmovie::add(). Returns:

SWFDisplayItem::skewX

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the X-skew void SWFDisplayItem::skewX ( float $ddegrees ) swfdisplayitem::skewx() adds ddegrees to current x-skew. 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 function is EXPERIMENTAL. The beha

SWFDisplayItem::setRatio

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's ratio void SWFDisplayItem::setRatio ( float $ratio ) swfdisplayitem::setratio() sets the object's ratio to ratio. Obviously only useful for morphs. 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::setName

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the object's name void SWFDisplayItem::setName ( string $name ) swfdisplayitem::setname() sets the object's name to name, for targetting with action script. Only useful on sprites. 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::setMatrix

(PHP 5 <= 5.3.0, PECL ming SVN) Sets the item's transform matrix void SWFDisplayItem::setMatrix ( float $a, float $b, float $c, float $d, float $x, float $y ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFDisplayItem::setMaskLevel

(PHP 5 <= 5.3.0, PECL ming SVN) Defines a MASK layer at level void SWFDisplayItem::setMaskLevel ( int $level ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

SWFDisplayItem::setDepth

(PHP 5 <= 5.3.0, PECL ming SVN) Sets z-order void SWFDisplayItem::setDepth ( int $depth ) swfdisplayitem::setdepth() sets the object's z-order to depth. Depth defaults to the order in which instances are created (by adding a shape/text to a movie)- newer ones are on top of older ones. If two objects are given the same depth, only the later-defined one can be moved. The object may be a swfshape(), a swfbutton(), a swfte