✦ Smart Cloud High Score Engine! ✦ This is a simple, yet complex engine that I made and feel extremely proud of, all you have to do is import the sprite into your project and you are good to go! I'm pretty sure this wasn't the most efficient way to do it, but it gets the job done. To see explanations, see inside! I've made a small clicker to go along with this, and I've hooked up the engine to it! Let's see who get's the high score! ✦ Why is this smart? ✦ Well, the reason that I call this 'smart' is because you can constantly try and save your score, and it only saves it when it needs to, and into the correct slot! (1st/2d/3rd) And it is only in onecloud variable! Example : If 1st slot score is 10,000 and my score is 100, than it detects that 100 is not greater than 10,000, and moves on to slot number 2. If slot number 2 is 90, it detects that 100 is greater than 90, and saves your name into 2d slot. It takes less than 1 second to update on other screens.
✦ Credits ✦ @griffpatch for the encoding/decoding scripts Cat is from the scratch library All other art and code is by me. Credit me if you plan on using this :)