Creative TextFX v2 Forum


box Creative TextFX v2
With Creative TextFX v2 you can create stunning text effects in FLASH. This Flash component gives you access to more than 300 predefined text effects that are customizable from the user interface or directly with ActionScript elements - properties, methods, constructor parameters and events - thoroughly documented in the complete product manual or in the Contextual Help.

Find out more about Creative TextFX v2

Thread: centering dynamic text

title left
User Details
message
title right
Lee

post date:
2009-04-23 10:12:55
hello

i am using your component to create user-defined animations, where they can set the text themselves. however, the text generated aligned to the left.

is it possible to have it centre the text?
Lee

post date:
2009-09-09 11:36:20
in reference to creativefx v2 - is this possible yet?

i can get the width of the text fx container, but it is not the true width of the text displayed
Andrei Rinciog [Extend Studio]

post date:
2009-09-09 12:17:42
Hello Lee,

You can't really get the width of the text as it turns into bitmap data on during effects. Also, there are other elements in that movieclip besides the text, so using the width of the container might not help also. I think the best thing you can do is get the length of the string and somehow calculate the dimension manually.

Regards,
Andrei