NAME
SWF::Scripter::Plugin::move - Move a previously loaded text/image
CALLING
In your script you may call move only after you've loaded an image, or some text, via one of the SWF::Scripter::Plugin::load or SWF::Scripter::Plugin::text plugins.
Once an image, or text string, has been displayed you may move and redraw via code such as this:
# load
load 0,0, me.jpg
# move
move 1,1
move 1,1
# repeatedly move one pixel
repeat(200, move 1,0 )
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.