Actionscript Help
Actionscript Help
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- MiltonGrove0
Make sure your textfield has an instance name and then do:
textFieldName.wordWrap = false; //so your textfield will expand to fit the text.
textFieldName.multiline = false;then set the _width of the backgroundMC = the _width of the MC that contains the textfield