I want to change the bounce property of an existing physics body. I have coins bouncing around pretty good on the screen with bounce set greater than 1:
physics.addBody( coin, { density=1.0, friction=0.1, bounce=1.1, radius = 20 } )
After the user does something I want the coins to settle down and not bounce so much.
Is that possible?
Thanks for your help. [import]uid: 27976 topic_id: 30224 reply_id: 330224[/import]