Displays text in the shape of a bow or circle. You can control the diameter, the degrees of display, and of course the text.
HELP ---------------------------------------------------------------------------------------------- INSTALL:
Main object isntance called "BowText" of class "TextWrapper". Just copy and paste wherever you want it to be placed.
USE:
One method of this obect called Init is available to control the object:
Init ([text], [width], [degrees])
text - is the text to be displayed width - is the diameter (width) of the text object degrees - is the degree span of the test 180 semicircle, 90 quarter of a circle, etc.
Example: _root.BowText.Init("A nice bended text effect!", 200,90);
COMPATIBILITY: Two version in AS2 and AS3 saved in CS3 fla files
You can control the diameter, the degrees of display, and of course the text.
HELP
----------------------------------------------------------------------------------------------
INSTALL:
Main object isntance called "BowText" of class "TextWrapper".
Just copy and paste wherever you want it to be placed.
USE:
One method of this obect called Init is available to control the
object:
Init ([text], [width], [degrees])
text - is the text to be displayed
width - is the diameter (width) of the text object
degrees - is the degree span of the test 180 semicircle, 90 quarter of a circle, etc.
Example:
_root.BowText.Init("A nice bended text effect!", 200,90);
COMPATIBILITY:
Two version in AS2 and AS3
saved in CS3 fla files