Hello,
right now I have bunch of Sprites that move around "randomly" with a set of given bezierBy paths. I don't like this because I can't find a way to make it effective.
I want the objects to move around at a set speed, and be easy to up or down the speed when the level changes. Whats a good way to make sprites move around in random ??
P.S. I don't want them to move in linear, straight lines but rather a smooth circle-ish path.