unable to get the position of the movie clip in flash

67 Views Asked by At

I have a movie clip in my flash i've duplicated it by right clicking on it and renamed the duplicated as enemy1. when im trying to print it's coordinate by using:

trace(_root.enemy1._x);

It is printed as undefined. How can i find the location of it? Thank you

0

There are 0 best solutions below