wow, it's not many people I see use scratch, and even less that manage to get an online leaderboard up and working! I don't have much experience with scratch so I'm curious, how would you go about sharing data between games in scratch to make that leaderboard? I gotta check it out cause that seems cool
Viewing post in What'd you struggle with in this game jam?
I use something called a "cloud variable", which stores all the scores on a public file. That's easy to set up (it works just like a regular variable) but the pain is pair it with the leaderboard. I use something called a list to make a leaderboard, and sadly there is no such thing as "cloud list". So pairing them up is complicated.