First of all here's a link to my game:
Game
If you attack the jugs most of the time more than one number will appear even if you only attack one jug. The first thing I thought was the problem is that I made a invisible hitbox for the sword that will appear twice: once when the sword is diagonal, and then again when it is horizontal(as soon as I wrote this I made it so the first hit box destroys before the second one appears and it didn't work).
Here's the project download so you can look at the events yourself:
Capx Download
Thanks for all the help in advance. <img src="smileys/smiley1.gif" border="0" align="middle">
EDIT: The controls for the game are WASD and K for attacking!
EDIT 2: SOLVED! I made the event check for collisions every 0.1 seconds instead of it automaticaly checking the event every tick.