jdnichollsc Posted January 19, 2015 Share Posted January 19, 2015 Hi guys! anyone knows how to make an animation of one sprite with multiple spritesheets? Regards, Nicholls Link to comment Share on other sites More sharing options...
cvshepherd Posted January 19, 2015 Share Posted January 19, 2015 Hi Nicholls,I needed this too, for a project of mine. I can't access the code at the moment, but I ended up with a custom animation class, wich consisted of multiple phaser animations, each calling .play() on the next one in their .onComplete(). Was very little code, and worked well. Hope this helps. Cheers mariogarranz and jdnichollsc 2 Link to comment Share on other sites More sharing options...
shmikucis Posted January 20, 2015 Share Posted January 20, 2015 Have you tried to use loadTexture?sprite.loadTexture('tekstureName');sprite.animations.add('animationName'); jdnichollsc 1 Link to comment Share on other sites More sharing options...
jdnichollsc Posted January 22, 2015 Author Share Posted January 22, 2015 Hi friend! Thanks for your response! Can I collect all sprites in one bitmapData(Only one animation in the sprite)? Regards, Nicholls Link to comment Share on other sites More sharing options...
Recommended Posts