Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的闪存中有一个电影剪辑,我通过右键单击它复制了它并将复制的重命名为enemy1。当我尝试使用以下方法打印它的坐标时:
trace(_root.enemy1._x);
它被打印为未定义。我怎样才能找到它的位置?谢谢