Discuss Scratch

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.

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!
portalpower
Scratcher
1000+ posts

I need to make a high score block

forever
if <(score) > (☁ highscore)> then
set [☁ highscore v] to (score)
end
end
also I think this goes in help with scripts
theomt9597
Scratcher
8 posts

I need to make a high score block

okay thanks
thanks

Powered by DjangoBB