 
    Getting started with Cloud Data : creating a global high score
            
            Novice
        
        
        
        
        
        
        
        
        
        
    
        You want to show the highest score ever made in your game. Well, you just add a High Score variable, and if Score > High Score then set High Score to Score. That should work, right? Well, not really... Read on to find out more.
    
    Read More