IHVD Posted June 10, 2018 Share Posted June 10, 2018 According to the console, isPlaying = true, yet the animation is invisible? I am spawning this player from an extended Sprite class, but still am creating the animations in the main game file. Once the player is created I do playerCharacter.anims.play('turn'); Should I be doing this inside the initialisation of the new player? Link to comment Share on other sites More sharing options...
IHVD Posted June 10, 2018 Author Share Posted June 10, 2018 Has already been fixed, I still needed to this.add.existing(playerCharacter); Link to comment Share on other sites More sharing options...
Recommended Posts