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.
有没有办法让我检测是否使用 AS3 将“a”和“b”按在一起。
如果是,我可以让一个movieclip可见。
看起来很简单,但我似乎无法找到它。
只需使用Senocular KeyObject 类来检测一个键是否关闭。监听舞台上的 KeyboardEvent.KEY_DOWN 事件,看看你的两个键是否都按下了。
该类在标题注释中有一个小示例用法。