actionscript 2 用于检测何时没有按键按下的函数
我想知道如何检测影片剪辑上没有按下按钮的情况, 比如
if (no keys are pressed){
this.gotoAndStop("idle"); }
I would like to know how to detect when no buttons are pressed on a movieclip,
such as
if (no keys are pressed){
this.gotoAndStop("idle");
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,如果您在扩展您所实现的目的时扩展您的问题,也许我可以提出更深入的解决方案......;)我无法想象为什么您需要一个无按钮按下事件。无论如何,您可以使用此代码片段。
Firstly if you expand your question as you expand your purpose of what you achieve, maybe I can present a more in depth solllution ... ;) I can not imagine why you need a no buttons pressed event. Anyway you can use this code snippet.