How do you scale a dynamic textfield in flash from the center point using as3?
问题 I'm trying to make a text effect where on every frame the textfield increases in size and decreases in opacity. I'm using the scaleX and scaleY properties of my dynamic textfield to enlarge, but it's doing so keeping the left registration point fixed. I want to make it scale up radially outward, or with the center point fixed. Can anyone tell me how to do this? 回答1: You can easily create a wrapper for the TextField (i.e. a Sprite containing the TextField ) to enforce the registration point to