Jasonfroz Posted March 15, 2014 Share Posted March 15, 2014 in Phaser 1.1.6 i start input events of sprite this:sprite.input.start();but Phaser 2.0 is can't start. it's ask me start(); is null Thank you #rich Link to comment Share on other sites More sharing options...
qdrj Posted March 15, 2014 Share Posted March 15, 2014 sprite.inputEnabled = true; Link to comment Share on other sites More sharing options...
Recommended Posts