=head2 Package Win32::GUI::Animation L =over =item * L =over =item * L =back =item * L =over =item * L =item * L =item * L =item * L =item * L =back =back =head3 Constructor =over 4 =for html =item new Win32::GUI::Animation(PARENT, %OPTIONS) Creates a new Animation object; can also be called as PARENT->AddAnimation(%OPTIONS). Class specific %OPTIONS are: -autoplay => 0/1 (default 0) starts playing the animation as soon as an AVI clip is loaded -center => 0/1 (default 0) centers the animation in the control window -transparent => 0/1 (default 0) draws the animation using a transparent background =for html

=back =head3 Methods =over 4 =for html =item Close() Closes the Open()ed AVI file. =for html

=for html =item Open(FILE) Opens the specified AVI file in the Animation control; note that the AVI file must not contain sound data. =for html

=for html =item Play([FROM], [TO], [REPEAT]) Plays the animation (eventually from the FROM frame to the TO frame) looping it REPEAT times. Defaults are FROM 0 (the first frame) to -1 (the last frame) and REPEAT -1 (loop forever) =for html

=for html =item Seek(FRAME) Positions the AVI file to the specified FRAME. =for html

=for html =item Stop() Stops the animation currently playing. =for html

=back =cut