class xMC extends MovieClip { private var butText:TextField; function typeText() { createTextField("butText", 10, 0, 0, 120, 20); butText.html = true; butText.htmlText = "hello world"; } }