Relate Object?

hi all!

How can i make this object… relative to it’s parent movieclip?


coords = new Object();
coords.x = DS._x;
coords.y = DS._y;
localToGlobal(coords);

let’s say… it’s in a movieclip called “A”… how would i make it relative to movieclip A ?