Any one know if the following would work as a submit score button?
_root.gameOverMenu.SubmitScoreButton.onPress = function()
{
_root.kongregateScores.submit(score);
}
I cant figure out how to fix the PLAY AGAIN button. Could someone explain in detail how they incorporated the PLAY AGAIN button? I used a Text Box and the coding provided. Ty for help