Discuss Scratch

Biglyp
Scratcher
2 posts

Help with cloud variables

this is my game https://scratch.mit.edu/projects/598043560/. The cloud variables aren't working though. I tested it on multiple computers and the player doesn't move on either screen. Look at the cloud variables and can you tell me what I'm doing wrong?
awesome-llama
Scratcher
1000+ posts

Help with cloud variables

A project with cloud variables will say it has cloud variables. There would be a blue box below the project player that says cloud variables but your project doesn't have it.



I had a look inside it and there definitely aren't cloud variables. It looks like you tried to create them by including the cloud character (☁). This doesn't work. You have to check the box that says “cloud variable” to make it work, otherwise the variable will function as any other normal one.

Crisgamerpro_
Scratcher
3 posts

Help with cloud variables

when green flag clicked
forever
if <> then
<(foo) > (☁ score)>
set [ score v] to [foo]
end
end
Crisgamerpro_
Scratcher
3 posts

Help with cloud variables

when green flag clicked
forever
if <<(foo) > (☁ score)>> then

end
Crisgamerpro_
Scratcher
3 posts

Help with cloud variables

(Global Points)
Biglyp
Scratcher
2 posts

Help with cloud variables

I fixed it. It turns out that because I downloaded the scratch file to make a copy of the game so the original doesn't break if I do something wrong, the cloud variables turn into the character and not actual cloud variables.

Powered by DjangoBB