Flash Dynamic Text question
Flash Dynamic Text question
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- amullins0
yeah - i'd use something like:
textfield.y += textfield.height - textfield.textHeight;of course, this is assuming that the textHeight is always less than the textfield's height.