Since I'm going to need to store several scores, global variable won't be a good choice. So I thought using instance variable from a sprite. However, I don't know if this is the best Idea to safely store such an important thing in the game. Fundamentally is it ok? Or is there another way?