[flexcoders] I am so confused about the coordinate and transformation in AS 3

2009-05-01 Thread ACasualObserver
We have crated a subclass of Sprite (let's call it S) and added it to the stage. Then we added another Sprite that draws polygon (P) and a TextField (T) to S. If we get the stage.transform.matrix, scales it, and put it back, P scales correctly but T stays at the same location. If we get the S.

RE: [flexcoders] I am so confused about the coordinate and transformation in AS 3

2009-05-01 Thread Alex Harui
oogroups.com] On Behalf Of ACasualObserver Sent: Friday, May 01, 2009 1:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] I am so confused about the coordinate and transformation in AS 3 We have crated a subclass of Sprite (let's call it S) and added it to the stage. Then we