Targeted Collisions

Has anyone figured out a way to do targeted collisions? What I mean is be able to add targeted listeners for collisions.

This way if an objects collides with one type of object you can call a function and if it collides with another, you can call another function?

Thanks
[import]uid: 8192 topic_id: 1870 reply_id: 301870[/import]

Figured this one out. For reference you can use the event.other in a collision to get the Id or possibly the name if it was assigned, of the object you are colliding with. [import]uid: 8192 topic_id: 1870 reply_id: 5533[/import]