var sprite:Sprite = new Sprite(); sprite.addChild(myTF); sprite.buttonMode = true; sprite.useHandCursor = true; addChild(sprite);