Score board help

I’ve buitan intercative game with a score board with keeps your score.
But when you play the game once it reloads back to the start, the second time you play the game the score board keeps the score from the old game

}
on (release) {
_root.total = _root.total + 1;
}

can anyone help.