Hi i have some movieclips like this one: game_mc.substage_mc.rightHand and inside the rightHand i have a thread_mc like this:
game_mc.substage_mc.rightHand.thread_mc
Ok so here is the thing, i need to access the thread.x and thread.y position related to the stage or substage_mc i don´t really care, but if i do this:
trace(game_mc.substage_mc.rightHand.thread_mc.x);
I only get the thread position related to the rightHand and not to the stage. Any help here?.