Here’s the deal. I’ve got a movie clip, with another clip (let’s say its a rectangle) nested inside it. Now I’ve got another movie clip on the _root of my movie that I want to track to the _x, _y of the rectangle. I want it to follow the rectangle when the rectangle’s parent is dragged or scaled.
i’m having trouble targeting the _x / _y of the rectangle relative to the stage rather than its relative _x / _y relationship with its parent. is there a way to find these values?