I personally recommand using a variable to keep track of the score, and using a function to add points to the score (this function could also take care of refreshing the score display, and even the high score display if needed), and also to make the score goes up not with direct numbers but with variables (instance variables or local variables) and constants if possible, so you can edit quickly how you handle the score.