Here is one way you can do it
Give your enemies a instance variable called "Hits" then create the following events
Enemy is overlapping player
Player Attack animation is playing
Trigger once
add one to Instance variable "Hits"
"Hits" is greater or equal to 1
Destroy enemy
Also you should probably get into the habit of commenting your events especially if you plan on asking someone for help.