I would like to save the player's best score in the game's preferences file. Now, I know I need to call the flush() method in order for the values to get persisted, but I have other values( options) such as "music on/off" and "sound on/off" which I don't want to get saved at all.
So my question is - how can I save only the best score value without saving the other ones?
this a simple test ..//