导出 Flash 中对象的 XY 坐标
我有一个 Flash 项目,我想从中导出对象的坐标。
理想情况下,我想要动画中每一帧的对象位置。这可能吗?
I have a Flash project that I would like to export the coordinates of an object from.
Ideally, I would like the position of the object for each frame in the animation. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 Flash 源文件,最简单的解决方案是将以下代码添加到应用程序的第一帧中。
(假设
objectToTrack
是您想要从中获取坐标的影片剪辑的名称)If you have the flash source files, the simplest solution would be to add the following code to the first frame of your application.
(Assuming
objectToTrack
is the name of the movieclip you want the coordinates from)