Reset button

i need a reset button to unload the pic i unloaded. i use this:
on(release){
this._parent.text1.text= “”;

this.parent.unloadMovie("container");
}
}
but den it unload everthing and became a blank stage.