High score and current score
问题 I want to show on the screen the current score of the gameplay and the storical best score. It is work, but every times i restart the game the best score change even if the current score is lower than the best score. CCLabelTTF *punteggio; NSString *stringa; NSString *stringa2; CCLabelTTF *punteggioMAX; int score; int scoreMAX; There are the methods to SAVE the score, to add the score and to reset the score at the end of the game. -(void)aum{ score++; stringa = [NSString stringWithFormat:@