Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » my game needs a high score
- 774829vanaert
-
1 post
my game needs a high score
how do i enable the usage of a cloud variable.
I cant find cloud variable in the choices, and i only see (for all sprites, and For this sprite only)
how do i get this choice to pop up?
pls help
I cant find cloud variable in the choices, and i only see (for all sprites, and For this sprite only)
how do i get this choice to pop up?
pls help

- Lapras9998
-
14 posts
my game needs a high score
You can only use Cloud Variables if you are a scratcher. This should help: https://en.scratch-wiki.info/wiki/Scratcher
Please follow if this helps
Please follow if this helps

- helloworldbyeworld
-
1000+ posts
my game needs a high score
You'll first need to become a scratcher since new scratchers have the cloud variable option turned off. Try being more active and you should receive an invitation.
After you obtain the full scratcher status, just implement this script:
After you obtain the full scratcher status, just implement this script:
when green flag clicked
forever
if <(score) > (☁ high score)> then
set [☁ high score v] to (score) // 'high score' is a cloud variable
end
end
- cliptiv
-
1 post
my game needs a high score
You need to become a scratcher to unlock cloud variables. Have at least two projects shared and go comment on some other people's games. The next day, check scratch and you should have an invitation
- Discussion Forums
- » Help with Scripts
-
» my game needs a high score