Hey guys,
So, im creating a little game at the moment, and I'm trying to have a character walking over the screen. My issue is that I cannot get the walking animation to run. Let's say I have this array of all of the imageNames of my animation sequence Images = ['Walking1.png', 'Walking2.png', 'Walking3.png'], how do I get them to show in order as a walking animation that can still be navigated around the screen with commands like self.WalkingAnimation.run_action(Action.move_to(400, 300, 5)?
I tried using a gif as a spriteNode, which only showed the very first 'image' of the gif, and the gif was definitely imported correctly
Anyone has any idea how to fix this?
Thanks a lot,
Drizzel