Hey, noob question here... I have 25 sprites (all the same object) with the physics behavior, I have set a "every (random) seconds" a force to be applied to them, and all of them are moving (from the force applied) at the same time...
How can make I make the action apply to each sprite separately without having to set an instant variable to each one of them and repeat the action for each instance ?
So these objects would move at different random times, not synchronized... Hope you got what I mean.
Thank you,