当鼠标进入我的按钮时,框架会针对超帧进行更改...但是当鼠标离开按钮时它不会超出框架。
这是我的代码:
this.button = this.game.add.button(this.game.world.centerX, 525, 'startBtn', this.actionOnClickStartButton, this, 1, 0, 0);
您可以在此处查看:http://le-carre-noir.net/click-the-black-squares-beta/ 我在谈论“GO”按钮......
有什么想法吗?
谢谢!
答案 0 :(得分:0)
它似乎是Phaser Framework v.2.0.6中的一个错误,至少下载了2.0.7版本,修复了这个错误。