Event Sheet 3: Event 27
On collision && Attack is true
On collision only happens for 1 moment - when the actual collision happens
You are looking for Overlapping && Attack is True - but you will need an additional way to only allow it to happen once. You can also add Trigger once while true.