I am creating a dynamic text field on the fly. I would like to be
able to set the alpha on the text field to be 0, and then use the
tween class to fade in the text. The text field will contain simple
html tags like bold, italic, underline.
I can create the text field, set the alpha, and fade...
more >>