Taddeus December 15th, 2013 I keep track of my scene objects in each level, so I can remove them at the end of the level.
I do this, because I am looking for a function to remove all the objects in the scene, but can not find it. Maybe I don't see it? Or if it is missing, can you add it?
Gio December 15th, 2013 Good call. For some reason that's been overlooked... but this function you're looking for should really be there, I can see why it would be convenient.
It's going to be in WADE 0.8.3: wade.clearScene()
hermes December 15th, 2013 while your there, can you add a function to unload all images and sounds at once?
Gio December 15th, 2013 Yes sir, that will be in 0.8.3 too.
Thanks for your suggestions, keep them coming :)