我想在 actionscript 中运行代码期间更改光标。有没有命令可以做到这一点?
例子:
if (x<50) set mouse to hand
else set mouse to standard arrow
这个怎么做?
我不想让 MC 充当按钮。所以 MC.useHandCursor = true; 不是这里的解决方案。
我想在 actionscript 中运行代码期间更改光标。有没有命令可以做到这一点?
例子:
if (x<50) set mouse to hand
else set mouse to standard arrow
这个怎么做?
我不想让 MC 充当按钮。所以 MC.useHandCursor = true; 不是这里的解决方案。