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