使用 AS3 在舞台上显示对象坐标..?
我对 ActionScript 完全陌生,所以请理解我不知道从哪里开始。
我需要在舞台上显示对象在屏幕上移动时的坐标。
非常感谢任何帮助!
谢谢, 亚历克斯
I am completely new to ActionScript so please understand that I do not know where to begin with this.
I need to show a an objects coordinates on stage as it moves across the screen.
Any help is much appreciated!
thanks,
Alex
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个简单的方法,您当然可以更详细地了解它,例如在更新 TextField 文本值之前检查值是否已更改(即对象正在移动)。您甚至可以使用两个 TextField,一个用于 x 位置,另一个用于 y 位置。
您可以使用另一种类型的事件侦听器,这取决于是什么使您的对象移动......
Here's a simple approach, you could of course get more detailed with it, for instance check that a value has changed ( i.e. the object is moving ) before updating the TextField text value. You could even use two TextFields, one for the x position, the other for the y.
You may use another type of event listener , it would depend on what makes your object move...
谢谢!
解决方案:
thanks!
solution: