Get collisions of two static bodies?

I have several bodyType = ‘static’ physics bodies but they don’t seem to trigger a collision. Only when I set them to dynamic will they trigger it. (Perhaps I’m doing something wrong.) I need the collision detection because I’m randomly generating levels and certain (non-moving) things shouldn’t overlap (actually, they shouldn’t even be too close to each other, but that’s another angle to this). Can anyone help?

Thanks! [import]uid: 10284 topic_id: 6465 reply_id: 306465[/import]

I’m in a hurry so only a short answer…

You could try using a kinematic body and set isSensor = true. If you search the forums for those terms that should get you on track. [import]uid: 8353 topic_id: 6465 reply_id: 22339[/import]