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.
我在 .SWF 中有一个游戏文件。SWF 中的光标很小,我想更改 SWF 文件中的光标。
是否可以更改构建的 SWF 文件的光标?
查看CursorManager类及其setCursor方法。
这篇文章很好地讲述了这个故事
编辑
由于您只有 swf,因此您可以添加一个包装器,并在其中更改光标。
或者你可以反编译它然后做必要的事情
除了更改整个系统的鼠标指针大小之外,我认为没有机会在游戏中更改鼠标指针。;) 对于其他任何事情,您都需要源文件并重新编译游戏。