Is this possible? When objects A and B, collide C at the same time, how can an event be raised?
The chances are you won’t get the precise moment that the objects collide as this will happen in a very short space of time I imagine. Someone correct me if I’m wrong.
Instead you would likley need to set flags on C, and unset them after a duration. So you would create a small window of opportunity whereby if both flags are set, { …stuff happpens… }.