NAME
SWF::Scripter::Plugin::text - Draw some text.
CALLING
In your script call this with the X,Y co-ordinates and a text string to place at those coordinates.
For example:
# Load at 0,0
load 0,0, steve
# load at 50,50
load 50,50, Kemp
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.