Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make cloud high score.
- B0o0lean
-
Scratcher
1000+ posts
How to make cloud high score.
when green flag clicked(score isn’t even a word anymore man)
set [former-high-score v] to (☁ High Score) // this will ensure the cloud variable is correct!
… :: hat
if <(Score) > (former-high-score )>then
set (☁ High Score ) to (Score)
end
Last edited by B0o0lean (Oct. 31, 2022 11:05:14)
- -DaWafflE-
-
Scratcher
48 posts
How to make cloud high score.
when green flag clicked(score isn’t even a word anymore man)
set [former-high-score v] to (☁ High Score) // this will ensure the cloud variable is correct!
… :: hat
if <(Score) > (former-high-score )>then
set (☁ High Score ) to (Score)
end
wdym “score isn’t even a word anymore man”
- CoconutGator
-
Scratcher
1000+ posts
How to make cloud high score.
wdym “score isn’t even a word anymore man”They said it so much that it doesn't seem like a real word anymore.
- Discussion Forums
- » Help with Scripts
-
» How to make cloud high score.