Ive got an issue with my code I can't seem to sort out... It used to work till I had to redo the way the character walks. 2 things are supposed to change when you are attacking, the player animation and the player's boolean 'isAttacking' and they don't change. Now if try to attack in game the enemies can still be injured. If I disable the entire attack event you cant injure them. Also, I loaded up an older version of the game and copied and pasted the attack code which was working in that version to my current version, still not playing the animation but I could injure them. That tells me the code is elsewhere but... I really have no idea what it could be. It stopped working when I changed the movement type from 8 direction to Rex's 'MoveTo"
Here is the current game- https://www.dropbox.com/s/6061rsiwkr4t7 ... .capx?dl=0
This should be a version where the attack works- https://www.dropbox.com/s/6ujs1cjnoiia5 ... .capx?dl=0