Here is the game, i have commented on the code not running and where the animations is not working
I havenât used the Character Animation extension before so Iâm not 100% sure if this is why my solution works but I think the problem is that you call your âcharacterAnimâ function in your âon startâ before the âCharacterâ sprite exists.
By calling the âcharacterAnimâ function directly after the sprite has been created it seems to play your walking animations now.
I always run character animations forever on a game update loop