I need (convert) absolute position of nested mc (_root.mc.mc._x) on the stage. I noticed that the function localToGlobal could do this, but I could not figure out how. Maybe I could do workaround with counting positions of parent clips, but that sounds lame. Can someone give me a example how to trace this on the Stage? (trace(_root.mc.mc._x);
-thanks.