Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
把精灵当做按钮的时候会有问题 默认是0帧和1帧分别表示开和关,鼠标点击的时候切换帧
判断0帧时点击显示1帧 判定1帧时点击显示0帧
但是会出现鼠标移动到精灵上自动就变更了开关造成无法切换
当使用键盘做切换时,如果设置的是相同的按键也有类似问题造成无法切换
@铃儿乖乖 你的事件应该是两条都执行了,应该 在下面那条上面加一个否则Else。 逻辑是: 1.点击A并且0帧时,切换为1帧 2.否则 点击A并且1帧时,切换为0帧