It's OK to be lazy
Really, it is. We know that you don't want to keep track of all the objects and resources that you are adding to the scene, so you can unload them at the end of a level. We've been there too. So we've made it easier for you with some new functions:
wade.clearScene();
wade.unloadAllImages();
wade.unloadAllAudio();
|