In my game, I have a physical object (with the property isSensor set to “true”) that I want to overlap some other physical object, and I want to verify it’s collision with other objects and setup some specific actions based on the result. But from time to time, even if I see in the simulator two objects overlapping, the terminal tells me that the collision ended (I made it print the phase status, “began” or “ended”). How can I resolve this issue?
I’ve tried setting the “isBullet” property to “true”, but that hasn’t made much of a difference. (By the way, what does this do exactly?)
I’ve thought about putting the collision listener inside an “enterFrame” listener, so that the collision is verified periodically, but imagine the performance drop resulting from this… It’s not a valid answer.
Any ideas? [import]uid: 13720 topic_id: 5708 reply_id: 305708[/import]