Skip to main content
Known Participant
November 16, 2006
Answered

Resetting the whole movie

  • November 16, 2006
  • 2 replies
  • 241 views
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 🙂
This topic has been closed for replies.
Correct answer Calwen
quick way to do it :

2 replies

Known Participant
November 16, 2006
brilliant! so simple.... I guess I didn't realize you could unloadMovie(_root)
CalwenCorrect answer
Inspiring
November 16, 2006
quick way to do it :