NAME

SWF::Scripter::Plugin::pause - Pause the animation

CALLING

In your script you may call move only after you've loaded an image, via the SWF::Scripter::Plugin::load plugin.

Once an image has been loaded you may pause animation for N frames via:

# load
load 0,0, me.jpg

# pause for a while
pause 10

# repeatedly move one pixel
repeat(200, move 1,0 )

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

Copyright (c) 2010 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.