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;
}
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;
}
:: Copyright KIRUPA 2024 //--