How do you reset the score to zero?

I’m making a game. At the end of the game there is a “Play Again” button. How do you reset the score back to zero?

on (release) {
gotoAndPlay(6);
//this where I need the score to reset
_root.score = _root.score+reset;
}