Ok so i have MC setup in the following hierarchy;
_root.mainMC.subMC.iconMc;
The iconMC is an icon that moves around the stage. When its clicked i want to get X and Y values of iconMC, I can trace this easily by trace(_root.mainMC.subMC.i
conMc._x);
The problem here is this is no use as the X and Y values returend are relative to the position of iconMc in the subMC movieclip. How can i get the X and Y values of iconMc relative to mainMC?
Start Free Trial