Reputation: 9
I am using cloud variables in a scratch project. I haven't used the concept of encrypting and decrypting for cloud variables, simply checked if score is greater then high score then set score to highscore.
But in the cloud data history, it is only giving the history of me. Others have played the game too and also scored high score. Their data is not shown.
Whats the issue with cloud variables?
Upvotes: 1
Views: 1285
Reputation: 47
It is possible that people who are playing your game are not signed in Otherwise, I'm not sure
Upvotes: 0
Reputation: 277
You're supposed to put the code toward the end of the game so the cloud monitor can list every player's high score. If you do that as you are playing the game, it will record every move so you only see your cloud history since it does not list every change if there are too many changes in the variable.
Upvotes: 1
Reputation: 2277
And see this cloud monitor, it seems to show the records correctly now.
Upvotes: 1
Reputation: 63
This is because the game is setting the cloud variable, therefore you are setting the cloud variable to "their high score". To fix this you could probably just look at other games. Get some research and do other stuff like that. Like the commenter said, New scratchers cant set cloud variables. So this might be the other thing.
Upvotes: 0