How do i create a highscore table?
currently have my score showing through my score variable, which comgratulates the user and says their score.
but
How do i create a high score table which shows the users score every time he plays my game?
function displayScoreBox()
{
displayScore.text = " Well done. You Scored " + score
}
displayScoreBox();
stop();