Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need to make a high score block
- theomt9597
- Scratcher
8 posts
I need to make a high score block
hellllllp I need help plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
broadcast [help]
- MrFluffyPenguins
- Scratcher
1000+ posts
I need to make a high score block
wait, aren't you on Snap?
Use a cloud variable to do it.
Use a cloud variable to do it.
Last edited by MrFluffyPenguins (Nov. 11, 2020 21:47:24)
- theomt9597
- Scratcher
8 posts
I need to make a high score block
hey mr penguin I know you on snap! and yes I'm on snap!
Last edited by theomt9597 (Nov. 11, 2020 21:50:32)
- panda-wat
- Scratcher
100+ posts
I need to make a high score block
In order to make a cloud variable, click “make a variable” and give the variable a name. Then, click the “cloud variable” box on the bottom of the create a variable box. then press OK. it should look like this:
after you click “OK”, the editor should look something like this:
repeat for each cloud variable you want, keeping in mind that there is a limit of ten cloud variables per project. Enjoy making projects with server stored data!
after you click “OK”, the editor should look something like this:
repeat for each cloud variable you want, keeping in mind that there is a limit of ten cloud variables per project. Enjoy making projects with server stored data!
- portalpower
- Scratcher
1000+ posts
I need to make a high score block
foreveralso I think this goes in help with scripts
if <(score) > (☁ highscore)> then
set [☁ highscore v] to (score)
end
end
- Discussion Forums
- » Help with Scripts
- » I need to make a high score block