I have just started working with Box2d and came upon a problem i dont know how to solve. I have boxes that fall from the sky and build up at the bottom.
Then i have another event to create bombs at the main caracter and when the bomb explodes it creates a cirkle zone that destroyes any shapes in its zones.
It works great as long as this zone is inside the frame area.
If the zone is a bit outside the frame area and i guess the "world body" the game bugs though. For some reason it seems to destroy all shapes in the frame and all collisions of all physics objects stop to work and they just continue to fall through the frame.
Why is this and how can i solve it?