physics & rotation question

Is a collision between two circular bodies supposed to affect the rotation? Because it doesn’t! At least not in my little experiment here. Things are bouncing off each other, but nothing is happening to the rotation. Am I supposed to adjust the rotation in a collision handler? I was thinking like when two pool balls collide or clip each other causing one to spin.

Thanks! [import]uid: 8139 topic_id: 17061 reply_id: 317061[/import]

Ensure object.isFixedRotation is set to false and that should allow physics to affect rotation. [import]uid: 52430 topic_id: 17061 reply_id: 64111[/import]

Also make sure that body.angularDamping is zero (or low value). [import]uid: 13507 topic_id: 17061 reply_id: 64116[/import]