<img src="http://neuropod.net/imagehost/uploads/e467b2f56ddfe58a11ce7a03a326fe09.png" border="0" />
Those 4 pirates are my basic enemies in my game. how do I make them NOT OVERLAP one another as well as the player (char at the leftmost part of screen)?
Edit:
by "overlap", I mean that that each of the characters have a "body", so of course, a body cannot occupy the same space already occupied by another person.
I first thought of adding solid behavior, but that would result in my chars being treated as a floor (you can step over the object with solid behavior)