If i create a nested mc, say stage.a.b.c, then for c, if i do this.x, it will be relative to origin of b, which is again relative to a, and so on…this is creating quite a bit of confusion for me in my code…so how can i get coordinates of the current object with respect to stage no matter how much nested they are?