I'm making a simple Bagatelle game (if you're not ancient like me, you'll have to google that) and I'm wondering if there is a more elegant way of having the balls kept seperate?
Example: I want to launch ball 1,wait for it to stop at the bottom and then launch ball 2 but leaving ball one in its resting place.
Currently I'm "attempting" to do this by using seperate sprites for each ball but I'm sure there has to be a far neater way to do this?
How do I do that?
Edit: ignore that question as I can't even get the ball working right hehe. its bounces far too much, even with gravity on 10,000. :/