aladine Posted December 15, 2013 Share Posted December 15, 2013 Hello, is it possible to do something like this : objectName = game.add.Sprite(x,y,image1);and then simply do objectName.key = newImage;cause i tried it and it doesn't workthank you Dread Knight 1 Link to comment Share on other sites More sharing options...
rich Posted December 15, 2013 Share Posted December 15, 2013 Sprite.loadTexture http://gametest.mobi/phaser/docs/Phaser.Sprite.html#toc56 Umz and Dread Knight 2 Link to comment Share on other sites More sharing options...
Recommended Posts