I encountered that problem already a few times:
I have a dynamically created textfield, and I would like to convert this textfield into a movieclip containing a childmovieclip for each letter of the text, so that i can animate the letters individually (for example treat them as particles and make them explode). Of course the converted movieclip should still look the same way as the original textfield.
What’s the quickest/easiest way to do this?
You could do it by yourself, but implies lot of coding (basically, instead of filling the textfield, you should create singles movieclips containing a letter, either as textfield or bitmap, storing them in an array, and playing them later when needed).
OR
Simply use TweenMax and SplitTextField 🙂