Enemies are place in the layout and its X and Y position are stored in instance variables on start of layout
they move via 8 Direction object
if the enemies X co or Y co are (lets say) more than 50 pixels away from their instance variable counterpart then the enemie would return to the instance variables location
This should be an easy thing to do but i can't figure how to do it