NAME
SWF::Scripter::Plugin::stop - Stop the animation.
CALLING
Once your movie is complete you may add 'stop' to the end of the script to prevent it looping and re-starting automatically.
For example:
# load
load 0,0, me.jpg
# repeatedly move one pixel
repeat(200, move 1,0 )
# but then stop, don't restart from the begining
stop
AUTHOR
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.