I have a dynamic textField that is inside a MC (for scrolling). I can get the textfield to grow according to the length of the text, but the MC that hold’s it stays the same.
If I try to strech it like this:
textMovie_mc.height = textMovie_mc.myTextField_txt.textHeight;
But that just distorts the text. So what have I done for now, I put a dot at coordinate 1400 _y of the movieclip since no text will be longer than that, and then set the bottom of the scroll to the textHeight of the textField. This of course is not the correct way to accomplish this hehe, so I would like to hear some other suggestions.
Cheers!