[Flashcoders] rotateAroundExternalPoint

2008-05-12 Thread John McCormack
Jobe is using Penner's flash.fl.motion package to rotate objects about points other than the registration point, as shown here: http://jobemakar.blogspot.com/2007/06/rotating-around-point.html As I rotate my objects around a corner point I am expecting the corner point to stay still but it

Re: [Flashcoders] rotateAroundExternalPoint -SOLVED

2008-05-12 Thread John McCormack
Problem: After a rotation matrix was applied to an object, the corner about which is was supposed to rotate wandered away from position. Solution: I kept a record of the position of the corner within the clip. I applied the matrix to a copy of that corner point to find where it would