Hi. I am adding objects into the world as soon as the game is run but most times they intersect, how would i stop that?
protected void addedToWorld(World world)
{
while (isTouching(<ClassName>.class))
{
setLocation(<random-x>, <random-y>);
}
}