I need to 'lock on' one Movieclip to a fixed point on another. BUT the other is inside of another clip that can be rotated. When the clip is rotated, the X and Y of the clip inside the rotated clip isn't changing so Local to Global or anything like that doesn't want to work. I've tried some basic Trig to workout where the point is but My math skills don't seam to be up to it.. Basiclly, lets refer to the lock-on clip as 'Lock', the rotating clip as 'Target' and the clip inside that which I need to lock onto 'TargetPoint', so we have _root.Lock, _root.Target and _root.Target.TargetPoint

Any ideas?