
Cloud Leaderboard (n digit score) (Champs Cup) button toggles Leaderboard display. [New Score] asks you for score (10-999). You need a score > 0 to get on the Leaderboard. If you're already on the Leaderboard for things to change you must get a higher score than previously. It supports any number of digits in the score from 3 - 8, you just need to change the value of the -score length- variable at the top of the "when flag clicked" block, where for this project it is: "set (-score length-) to 3". That's all folks. It is very much geared towards my Leaderboard projects that have a max score < 1000 (eg, some of my games have a max score of 301 being the maximum number of clones), so it may not be of any use to any use to anybody else. The initial Leaderboard here was just me. This project does nothing other than provide a Sprite "Cloud Leaderboard" which I will later incorporate into a number of projects, which at present have an 8 person Leaderboard which I created by using @BoltBait's plug-in. Because you can no longer (See Data) for Cloud Variables, those leaderboards no longer suit my purposes, so I decided to build one myself that I actually understand how it works. I've never been able to fully get my head around some of the amazing Leaderboards I've seen built by fellow Scratchers. It uses 8 Cloud Variables called Cloud-Data1/2/3/4/5/6/7 & 8, which, at 5 entries per Cloud Variable, will save up to 40 score-username pairs.
Created by @gregatku for ... well gregatku mainly. NOTE: The Maximum Integer Length of a Cloud Variable is 256 characters so if they were all 20-letter usernames and up to 8 digits for the score that's 8 + 40 (2 digits per letter) + 2 for the "00" end of username delimiter = 50 characters for each entry and since 50 x 5 (entries per Cloud Var) = 250, it's safe.