Okay so after using this method what happens to the old world? If you're never going to use that world again do you release it somehow. Maybe it's a good time to ask about releasing in general here? I guess World.removeObject(Object object) releases the object as well, but does the Greenfoot.setWorld(World world) release the old world or how does this work?

