Hi Everyone,
I am using MatrixTransformer to scale and rotate movieclip.
For scaling setScaleX and setScaleY methods are used and for rotation rotateAroundExternalPoint method is used.
My Problem is as follow:
I rotate image from “a” to “b” angle. The I scale it. And then again I am try to rotate it to original position (from “b” to “a”).
This time when try to rotate, it rotates from “c” to “b”. (Actually it should rotate from “b” to “a”)
If I am not using scaling, rotation works fine.
I am using slider for rotation and scaling.
I tried a lot but I am not getting solution for it. Please Help.