Can you post some code examples to show how to "reset" a game once an item "falls off" the world edge? It's a breakout type game and when the ball falls off the bottom edge, we want to have the game reset so a new ball appears to start play again. Assume we need to do something with atWorldEdge...? THANKS!

