I'm having a problem with collision in my game. The player attacks the enemy with his sword, taking out the enemy's hit points. The problem is when the player makes others attacks, where the method "on collision" doesn't recognize the hit.
If I use the "is overlapping" method, a single attack instantly kills the enemy, because Construct thinks I hit the enemy several times.