Hi Im working on a game that requires flying in formation so far I have it so they bounce at sides of the world
this works good except the Objects "all of the same class" overlap as they bounce of the wall to change direction.
I would like to set up a spacing between the objects. so when the first to bounce bounces and so do the rest at the same time. I looking at using geetIntersectingObjects thou I think getNeighbours may be more suitable. But Im not sure how to wode the code correctly.