jflowers45 Posted April 1, 2014 Share Posted April 1, 2014 I tried adding "mummy.useHandCursor=true;" and that didn't get the job done. Is there a way to use the hand cursor on animations from a sprite sheet the way we do with normal sprites? http://examples.phaser.io/_site/view_full.html?d=animation&f=sprite+sheet.js&t=sprite%20sheet Link to comment Share on other sites More sharing options...
rich Posted April 1, 2014 Share Posted April 1, 2014 Yes, but you need to inputEnable the sprite first. And useHandCursor is a property of Sprite.input, not sprite directly. Link to comment Share on other sites More sharing options...
jflowers45 Posted April 1, 2014 Author Share Posted April 1, 2014 worked like a charm, thanks rich Link to comment Share on other sites More sharing options...
Recommended Posts