Physical bodies not bounce off each other

How do I make physical bodies not bounce off each other? Instead I want them to just go through each other, is this possible? [import]uid: 14018 topic_id: 5284 reply_id: 305284[/import]

when setting it up as a physics body used isSensor=true. this will allow the 2 bodies to pass through each other but still allow you to capture collision events [import]uid: 11860 topic_id: 5284 reply_id: 17538[/import]

Thank you this solved my problem beautifully [import]uid: 14018 topic_id: 5284 reply_id: 17562[/import]