Scale from center point with Tween Class AS3
问题 I need to scale a dynamic text box from it's center point using Tween class AS3. Basically, I need to scale down to 50% in 300ms or so... and after finish I want to scale up again to 100% and stop animation. I tried to set the center point to the center of the text box but it always scale from left. Well I been trying hard to learn the basics of Tween class and I believe it's missing some good properties and methods like greensock! Thank you. title_txt.text = "Text"; var textScaleX:Tween; var