safesound Posted August 28, 2018 Share Posted August 28, 2018 Hello, My issue is I want to mimic the left and right keys in buttons. this.cursors = this.input.keyboard.createCursorKeys(); this.LeftBtn // how I could pass the this.cursors.left.isDown to this button this.rightBtn // how I could pass the this.cursors.right.isDown to this button Link to comment Share on other sites More sharing options...
Recommended Posts