Flash Dynamic Text question
Flash Dynamic Text question
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- fugged0
Set the textfield's autosize property to left. This will force the bounding box of the textfield to resize to the text within. Then set the y position to the location of where you want it vertically aligned to minus the textfield's height.
Don't use the length of the string as a factor. Unless you're using a monospaced font, you won't get consistent results. Try the code above, it'll work.