Using LH with cocos2d and Box2d
I have a ball (dynamic body) which goes out of the screen.
I would like to destroy and recreate it, placing it back in its initial position.
Without LevelHelper, I would do it via destroyBody and createBody.
How do I do it with LevelHelper?