flash - AS3 等待/忙光标?

标签 flash actionscript-3 cursor

在 as3 中,如何将光标更改为系统默认的忙碌/等待光标(例如 mac 上的纺车)?

最佳答案

默认情况下,Flash 似乎不支持等待/忙碌光标,但它确实支持:

flash.ui.MouseCursor.AUTO         Automatic based on the object under the mouse. flash.ui.MouseCursor.ARROW     Mouse cursor will be an arrow. flash.ui.MouseCursor.BUTTON    Mouse cursor will be a button clicking hand. flash.ui.MouseCursor.HAND         Mouse cursor will be a dragging hand.
flash.ui.MouseCursor.IBEAM        Mouse cursor will be an I-beam.

如图所示here .不过,您可以通过创建 Sprite 并让它跟随鼠标来制作自己的 Sprite 。

关于flash - AS3 等待/忙光标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6642795/

相关文章:

flash - 如何使用GWT显示视频,音频和图片?

actionscript-3 - 闪光灯中无间隙的声音循环

python - 在Python MySQLdb中抑制cursor.execute()消息

MySQL(存储过程)游标循环无需 CONTINUE HANDLER 即可工作

actionscript-3 - Adobe Flash/Animate使特定音频静音

flash - 可以使Flash/swf “movie”可以在录音中来回滚动吗?

php - 模糊或隐藏 PHP-AS3 项目中使用的路径的最简单方法是什么

android - 游标返回 null

php - 在 Flash AS3 中加载 PHP URL

actionscript-3 - 漏洞? AIR 中的 LoaderInfo getLoaderInfoByDefinition 安全沙箱违规