Ok.
so I'm trying to make a bait-ball.
A large group of fish, all orbiting the same randomly moving point. Such that they are attempting to get closer to the center of the orbit.
The idea is that there is a predator fish on the outside of the orbit, going for the fish on the outermost edge of the ball. As such the fish (and the player) want to be closer to the center of the ball.
I am just unsure how to simulate this behavior. so far I have fiddled with the orbit and collision behaviors a bit, but I fear I am just too new to construct for this form of behavior.
Any info or ideas would be super! Also just trying to learn!