mtmckenna Posted May 20, 2018 Share Posted May 20, 2018 Hello, again! Anybody know if it's possible to animate TileSprites in Phaser 3? I was thinking of doing something like this, but couldn't find the Phaser 3 equivalent. Thank you!! blade2xs 1 Link to comment Share on other sites More sharing options...
blade2xs Posted May 21, 2018 Share Posted May 21, 2018 I was curious if this was an expensive way to do it here: https://labs.phaser.io/view.html?src=src\game objects\tilemap\dynamic\swap tiles.js https://labs.phaser.io/view.html?src=src\game objects\tilemap\dynamic\replace tiles.js https://labs.phaser.io/view.html?src=src\game objects\tile sprite\Example 2.js You could perform the animation in the update event for the scene? Or maybe treat them as a regular sprites? That could be expensive though mtmckenna 1 Link to comment Share on other sites More sharing options...
mtmckenna Posted May 22, 2018 Author Share Posted May 22, 2018 Thanks for your thoughts! I'll check it out. Link to comment Share on other sites More sharing options...
awbummer Posted November 20, 2018 Share Posted November 20, 2018 @mtmckenna did you ever come up with a solution to this? Currently struggling with the same issue. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts