Discuss Scratch

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

Cloud data, saving?

You're better off waiting until Cloud Lists that can hold strings is released.
AmazonJosh
Scratcher
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
Scratcher
1000+ posts

Cloud data, saving?

The Scratch Team said that it would be shortly after the 2.0 release.
JamesOuO
Scratcher
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?
Joshua2212
Scratcher
27 posts

Cloud data, saving?

I got mine after a few months so…
niki12345789
New Scratcher
1 post

Cloud data, saving?

Made your Slender man
anythingispossible
Scratcher
100+ posts

Cloud data, saving?

How do I put cloud data in one of my projects??? Please tell me!!!
sonicfan12p
Scratcher
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
Scratcher
100+ posts

Cloud data, saving?

AmazonJosh wrote:

I see now… Can you show me how to use it, I'm planning on a game that saves coins and items baught etc.
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.
Then 26 is end(only have an end after each player save)
This is how i do it and it works just fine.
KrazyKiwi
Scratcher
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

add568549350834toCloud List
yodevbro
Scratcher
5 posts

Cloud data, saving?

usse cloud lists, user names and then data following that
Minecraftplayer06
Scratcher
2 posts

Cloud data, saving?

I've never gotten some things About cloud saves, but I'm starting to understand.
:)setCloud savesto (score)
Charmind
Scratcher
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)

whenIreceive i was attackedifmylevel-personalvariable+5>attackerlevel-personalvariableormylevel-personalvariable+5=attackerlevel-personalvariablethenchangeHP-personal variablebyattackerdemage-personalvariableelsesayYOU can't attack me, your level is too highfor8secs
Charmind
Scratcher
500+ posts

Cloud data, saving?

Charmind wrote:

about cloud variables, can I create personal cloud variable to use in scripts like that (of curse when i become real scratcher)

whenIreceive i was attackedifmylevel-personalvariable+5>attackerlevel-personalvariableormylevel-personalvariable+5=attackerlevel-personalvariablethenchangeHP-personal variablebyattackerdemage-personalvariableelsesayYOU can't attack me, your level is too highfor8secs
of course i can always do
Player 1 (attacker)
whenIreceiveI attackedsetsearchto0repeatlengthofplayers listchangesearchby1iftouching(item ((search) v) of [ players list)v]?thensetattackedto(item ((search) v) of [ players list)]addattackedto fighting listinsertmydemageatsearchof fightres demage
Player 2
whenclickedforeversetfsto0repeatlengthoffighting listchangefsby1if(item (fs) of [ fighting list)]=username)thenchangeHPbyjoin-itemfsoffighting list
RPC_gamer
Scratcher
4 posts

Cloud data, saving?

how do you do cloud data on scratch
RPC_gamer
Scratcher
4 posts

Cloud data, saving?

setto
how do i cdo cloud data in one of my projects i want to do a vote
Pease tell me

Powered by DjangoBB