PDA

View Full Version : positioning


mathsnut
09-06-2003, 12:44 AM
I'm trying to get the postiion of a movieclip ('dot_mc') which insde another movieclip ('hex_mc') relative to level0.

I've tried _root.hex_mc.dot_mc._x, but am not getting the results that i want.

Anyone got any ideas?

annexion
09-06-2003, 03:54 AM
Look in your actionscript dictionary under help for "localToGlobal".

That will give you exactly what you want.

Good luck.

mathsnut
09-06-2003, 05:04 AM
Wow, thanks a lot annexion. Worked a treat.

annexion
09-06-2003, 05:42 AM
Glad I could help.:)