I have got the enemy to stop and start attacking at a certain distance from the player using overlap at offset enemy.width, and i have an image point on the enemies weapon at the tip on one animation frame for contact to subtract health from the player but i need the enemy to move closer to the player in order for that image point to make contact and i can't seem to figure out how to get the enemy closer.
I have tried setting the enemy.width - 20 but doesn't seem to bring the enemy closer.
I do have the collision box not including the sword so that for the move forward it is only when the skeleton itself is overlapping the player and this is just to keep the skeleton from directly overlapping behind the player.
here is the c3p file, it is zipped to contain the lunarray litetween addon in case you don't have it.
http://bit.ly/2Bfotvz
here is a screenshot