Oh, are you loading the model each time? You should embed the model if you need to create a lot of instances.
On Thu, 28 Jan 2010 14:10:38 -0800, elguapoloco <[email protected]> wrote:
Flash needs a "Move to Trash" like command: destroy(), kill(), eliminate(), beGoneAlready()... Something that just triggers GC on an object. I had that issue in a project with loaded content that included a 3D quiz and most content would not unload! Even after adding clean up routines to remove all event listeners, etc... So, I ended up having to make some content persistent, like the 3D quiz. :(
