Flash Dynamic Text question
Flash Dynamic Text question
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- cramdesign0
if you are using a separate mc as the text background...
textfield._y = text_background._y + text_background._height - textfield.textheight;
does that work for you?