Carolina Posted September 25, 2015 Share Posted September 25, 2015 Hello, How can I disable drag Phaser Box2D?? I have: this.game.input.onDown.add(this.mouseDragStart, this);this.game.input.addMoveCallback(this.mouseDragMove, this);this.game.input.onUp.add(this.mouseDragEnd, this); But, I need disable this for a element. Thanks. Link to comment Share on other sites More sharing options...
Carolina Posted September 30, 2015 Author Share Posted September 30, 2015 Hello, the solution I found is:Validate if the event 'click down' is different from the position and the space by object occupied that I want to disable. Link to comment Share on other sites More sharing options...
Recommended Posts