Preventing actors overlapping

Hi, I have a game where two actors chasing a hero actor. In time, the two actors will catch up the hero actor and its game over. I have a problem here where the two actors overlapping each other when they catching up the hero actor. Is there a way where i can set a distance between the two actors so that they wont overlap? I tried collide behavior but they will bounce each other back. What i want to achieve is they have a little distance between them to prevent overlapping. Can someone give me an insight?

Comments

Sign In or Register to comment.