Discuss Scratch

MClovers
Scratcher
1000+ posts

what is cloud data?

hey guyz I want to know what cloud data is

when green flag clicked
forever
teach me [cloud data v] :: grey
end
JJman10
Scratcher
34 posts

what is cloud data?

Cloud data is numbers in the system that can be displayed on everyone's computer at the same time. (People use it to create highscores or multiplayer games). I hope that helps- I'm terrible at explaining things.
MClovers
Scratcher
1000+ posts

what is cloud data?

nope

say [sorry] to [JJman10 v] :: looks

Last edited by MClovers (Nov. 27, 2015 03:08:09)

gdpr533f604550b2f20900645890
Scratcher
1000+ posts

what is cloud data?

Cloud data is data which is stored on Scratch's servers. The value of a cloud variable is the same across all projects, allowing users to interact with others who have also used the project. For example, one Scratcher could play a game which had this code:
if <(score) > (high score)> then
set [highscore v] to (score)
end
The value of the variable “High score” is the same for all Scratchers, so if another Scratcher on a different computer is viewing the project, he or she will see the high score that the first Scratcher set.

Normal Variables:
- User 1 runs a project; the variable's value is 5
- User 1 sets the variable to 10 while running project
- User 2 starts up the project; the variable's value is 5

Cloud Variables:
- User 1 runs a project; the variable's value is 5
- User 1 sets the variable to 10 while running the project
- User 2 starts up the project; the variable's value is 10

Last edited by gdpr533f604550b2f20900645890 (Nov. 27, 2015 03:16:24)

MClovers
Scratcher
1000+ posts

what is cloud data?

STILL confused sorry

when green flag clicked
forever

if <(score) > (high score) > then

set [high score v] to (score)
end

end


when I use cloud data, I try to delete the variable and it just duplicates

Last edited by MClovers (Nov. 27, 2015 03:19:44)

gdpr533f604550b2f20900645890
Scratcher
1000+ posts

what is cloud data?

MClovers wrote:

STILL confused sorry

when green flag clicked
forever

if <(score) > (high score) > then

set [high score v] to (score)
end

end


when I use cloud data, I try to delete the variable and it just duplicates
What you did sounds like a glitch. Please report it in the Bugs and Glitches forum.
MClovers
Scratcher
1000+ posts

what is cloud data?

OK thanks
Prinseskat
Scratcher
1000+ posts

what is cloud data?

MClovers wrote:

STILL confused sorry

when green flag clicked
forever

if <(score) > (high score) > then

set [high score v] to (score)
end

end


when I use cloud data, I try to delete the variable and it just duplicates
If a variable is used in the project but is not in the list of variable in the Data section of the scripts palette (that is, if it doesn't exist), Scratch automatically makes a local variable with that name. To fix this you can stop the project, remove/change any scripts involving the variable you want to delete, and when you delete the variable it shouldn't duplicate.
Evil_Leopard
Scratcher
100+ posts

what is cloud data?

cloud data is used to store things on scratch
like in a game whoever get's the highscore is the WINNER and it shows the username of the person!

JJman10 wrote:

Cloud data is numbers in the system that can be displayed on everyone's computer at the same time. (People use it to create highscores or multiplayer games). I hope that helps- I'm terrible at explaining things.

Last edited by Evil_Leopard (Nov. 27, 2015 14:23:36)

MClovers
Scratcher
1000+ posts

what is cloud data?

I think I get it..

when green flag clicked
forever
try make [me v] get [it] :: looks
end
ROBOTBC
Scratcher
20 posts

what is cloud data?

I am making a 2d super Mario 64 and using cloud data for it. I found out how to make a cloud variable block but I need more information on what it is. Come to my profile
MClovers
Scratcher
1000+ posts

what is cloud data?

ROBOTBC wrote:

I am making a 2d super Mario 64 and using cloud data for it. I found out how to make a cloud variable block but I need more information on what it is. Come to my profile

Make a topic like that in the help with scripts forum.
BestDude123
Scratcher
12 posts

what is cloud data?

I will close this topic

Powered by DjangoBB