Hi I am working on actionscript 3 which I have to use translation rotation scaling to a movieclip. I have the rotation and scaling working properly but when I dealing with translation I find the problem that the translation will move the object outside of the origin so when I wanted to rotate the object, the object no longer rotate as expected. What is the best way to implement the translation so that it translate the movieclip while translate the origin....
Last thing.. What is the difference between movieclip.scale and movieclip.transform.scale function? If i use movieclip.scale, do I still able to get the movieclip.transform.matrix from that movieclip.scale