My Game Will NEVER END!

Hey All,

My player dies, the final score screen goes up, then the player returns to the menu screen where a new game can be started. Problem isssss, when a new game is started the ship is still moving the cash is still the same…you get the picture.

I’m using an MVC design and when the game is over I removechild the view…the view instantiates the model which holds all the data about the entire game… I need that model to restart with all the original values… whats more powerful than removeChild??? abortChild()?strangleChild()? foldSpindleAndMutilateChild()???

Thanks