Is there any way to restart an application on a button click using AS3? I want to return the state of the program back to the way it is when it is first ran as I tried calling a method that removes the children from the Sprite
layers they are added to but I was getting errors when doing it that way.
I can't remove all children from the Sprite
layers as there are certain things on the layers that I want to remove and there are things that I don't want to remove.
Any suggestions?