Simple? Problem with menus
Hey all, I've created a simple game, but the game itself isnt a problem.(Knock on wood)
My biggest annoyance, since this is my second time using AS3, is I cant get the game to reset. I have a game over and finished screen, but I want to add A reset button.
My button itself works fine, I created my own "NavigationEvent", and it can trace "reset" when I click it. the thing is, I cant get rid of the original level!
it is somehow still running, and it gives me a hurricane of error messages why I try remove child.
does anyone know the correct way to remove a level instance without everything blowing up in my face?
I think I need to stop all the processes somehow, but no Idea how to do that.
all help is welcome!
XenElement