[]Laya.stage.on的Mouse事件,正常情况下没问题,但是Laya.stage.pos移动后就失灵了,请问如何解决?

我这样设置的代码:
Laya.stage.on(Laya.Event.MOUSE_UP, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.onMouse);
Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouse);
在frameLoop中,我让Laya.stage.pos(movex,movey)后,就再不会调用this.onMouse事件了,请问如何解决?
已邀请:

Monica - 知识达人

赞同来自:

不要轻易的去修改stage的位置,因为在引擎内部已经为stage做了适配了。如果想要修改stage的坐标,需要开发者自己去把stage相关的适配代码看明白(该问题我们不会协助解决)

uu4uu

赞同来自:

解决了,我用一个sprite作为根替代了stage的移动

要回复问题请先

商务合作
商务合作