Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Cloud data, saving?
- AmazonJosh
-
23 posts
Cloud data, saving?
What exactly is cloud data?, does it save something from a person's last visit, and how do I use it?
- mitchboy
-
1000+ posts
Cloud data, saving?
It's data that's stored on the site. If someone changes it (somewhere in the script it must have a “change variable” block), then it changes for everyone, not just for that one person. You can use it for high scores, multiplayer games (although difficult now), voting games, and a lot more. (BTW, I think this belongs in Questions About Scratch.)
- BoltBait
-
1000+ posts
Cloud data, saving?
“cloud data” is data stored in a cloud variable. Cloud variables is the Scratch mechanism for storing persistent and shared data… that is, data that is stored between runs of the project and also shared with everyone else who is also running the project.
- AmazonJosh
-
23 posts
Cloud data, saving?
I see now… Can you show me how to use it, I'm planning on a game that saves coins and items baught etc.
- BoltBait
-
1000+ posts
Cloud data, saving?
You're better off waiting until Cloud Lists that can hold strings is released.
- AmazonJosh
-
23 posts
Cloud data, saving?
ok, do you know when it will be released? (This is my last comment)
Last edited by AmazonJosh (May 26, 2013 21:09:08)
- BoltBait
-
1000+ posts
Cloud data, saving?
The Scratch Team said that it would be shortly after the 2.0 release.
- JamesOuO
-
500+ posts
Cloud data, saving?
When you have a new account, it says: since you are a new scratch member, any changes made to cloud saved data will not be saved. ow long do i have to wait?

- anythingispossible
-
100+ posts
Cloud data, saving?
How do I put cloud data in one of my projects??? Please tell me!!! 

- sonicfan12p
-
1000+ posts
Cloud data, saving?
First of all, major necropost.
Secondly, there are many ways to do this. Make your own topic, and ask a very specific question. An example would be, Could someone help me implement high scores into my game? If you're specific, we can help you. 


- KermitMC
-
100+ posts
Cloud data, saving?
set up two cloud variables and have them encode and decode letters to numbers and set up a script that can tell when there is an end so it can give the right person the right stuff as in 00 is a 01 is b 02 is c ect. I see now… Can you show me how to use it, I'm planning on a game that saves coins and items baught etc.
Then 26 is end(only have an end after each player save)
This is how i do it and it works just fine.
- KrazyKiwi
-
18 posts
Cloud data, saving?
If You Want To Save Data Just For One User Use
http://scratch.mit.edu/projects/19341246/ also know as E-note
If You Want To Save It On Servers For Anybody To See Use
http://scratch.mit.edu/projects/19348660/ also known as Plinker
http://scratch.mit.edu/projects/19341246/ also know as E-note
If You Want To Save It On Servers For Anybody To See Use
http://scratch.mit.edu/projects/19348660/ also known as Plinker
- yodevbro
-
5 posts
Cloud data, saving?
usse cloud lists, user names and then data following that
- Minecraftplayer06
-
2 posts
Cloud data, saving?
I've never gotten some things About cloud saves, but I'm starting to understand.
- Charmind
-
500+ posts
Cloud data, saving?
about cloud variables, can I create personal cloud variable to use in scripts like that (of curse when i become real scratcher)
- Charmind
-
500+ posts
Cloud data, saving?
of course i can always do about cloud variables, can I create personal cloud variable to use in scripts like that (of curse when i become real scratcher)
Player 1 (attacker)
Player 2
- RPC_gamer
-
4 posts
Cloud data, saving?
how do i cdo cloud data in one of my projects i want to do a vote
Pease tell me









- Discussion Forums
- » Help with Scripts
-
» Cloud data, saving?