I was reading this very good tutorial on gravity and making an object bounce.
http://www.bit-101.com/tutorials/gravity.html
After I played around with it, I wanted to add more circles on the stage to make 'em bonce too, but then I couldn’t, because it would move along with the first circle all the way, like it was stuck to it. Then I noticed on the code how it messes around with the _x _y properties… but then I thought, _x and _y coordinates of what?! This symbol, the other one… that other one…?!? Can somebody explain this better?
Let’s say I wanted to add that code to 8 balls so they all bounce? How would I do it? Thnx.