Skip to main content
Participant
February 28, 2007
Answered

how to get global (x,y) from child mc location (x,y)

  • February 28, 2007
  • 1 reply
  • 364 views
Hi,

is there an easy way to translate a child's x,y into global x,y coordinates? for example mc2 is a child clip of mc1. mc2 is at 50,50 relative to mc1. what i would like to do is to be able to translate mc2's x,y to a global x,y, e.g. 50,50 in mc1 is where in the main movie.

Thanks
Sean
This topic has been closed for replies.
Correct answer Marghoob Sulemaan
Yes it is possible...
see an example...

1 reply

Marghoob Sulemaan
Marghoob SulemaanCorrect answer
Inspiring
February 28, 2007
Yes it is possible...
see an example...
Sean_RockAuthor
Participant
February 28, 2007
thank you!