Answered
Resetting the whole movie
I'm wondering if there is a nice easy way to call a function
that will essentially act the same way as closing the .swf and
opening again... except without actually having to do so. I need to
make a program that handles a lot of data clear all of the data and
just load fresh upon hitting a button. I could make a function
myself that clears everything, but that probably will leave a bunch
of junk in the memory. Is there a nice function call to reload?
Please say yes 🙂