SWF::Sprite - Sprite (MovieClip) Class
use SWF::Sprite; my $sprite = new SWF::Sprite();
SWF::Sprite allows you to add animated objects to your Fash movies. You may use SWF::MovieClip instead of SWF::Sprite (i.e. SWF::Sprite inherits all it's methods from SWF::MovieClip).
Returns an SWF::Sprite object.
Add $s to the $sprite object and returns an SWF::DisplayItem object, i.e. $displayItem . $s may be an SWF::Shape, SWF::Text, SWF::Button, or another sprite object.
Removes $displayItem from the display list.
Move to the next frame of the animation.
Sets total number of $sprite frames to $i
Sets frame name to $name
Soheil Seyfaie (soheil@netcom.ca)
SWF, SWF::Button, SWF::DisplayItem, SWF::Shape, SWF::Sprite, SWF::Movie, .