This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-05-16 20:46:22

iMintDev
Scratcher
Registered: 2012-05-10
Posts: 24

Cloud Variables

Can someone please explain Cloud Variables to me?

Here are some things I'm dying to know about:

1. Will cloud variables be stored per project or per user?
2. Will there be cloud lists as well?
3. Will there be a way to see what user's variable it is?
4. Is there any way to create player "save files" using cloud variables?

Thank you for your help.

Offline

 

#2 2012-05-16 20:52:15

coolhogs
Scratcher
Registered: 2011-07-26
Posts: 1000+

Re: Cloud Variables

1. per project
2. I don't know
3. ?? Explain.
4. Yes, but I don't know how.

Hope this helps!


Get ready for domination of:  tongue

Offline

 

#3 2012-05-16 20:53:04

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Cloud Variables

iMintDev wrote:

Can someone please explain Cloud Variables to me?

Here are some things I'm dying to know about:

1. Will cloud variables be stored per project or per user?
2. Will there be cloud lists as well?
3. Will there be a way to see what user's variable it is?
4. Is there any way to create player "save files" using cloud variables?

Thank you for your help.

1
Per project
2
Yes
3
I don't understand
4
with a lot of programming, yes.

Offline

 

#4 2012-05-16 20:57:48

iMintDev
Scratcher
Registered: 2012-05-10
Posts: 24

Re: Cloud Variables

Thanks guys. Just ignore #3, i'm not sure what I meant by that either, [removed by moderator] xD I can't wait for Scratch 2.0, I've been programming since I was 8 years old and Scratch got me started  smile  I just came back because I've learned a lot since i left Scratch and want to share everything I know with the Scratch community.

Last edited by Paddle2See (2012-05-16 22:56:17)

Offline

 

#5 2012-05-16 21:18:10

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: Cloud Variables

TorbyFork234 wrote:

iMintDev wrote:

Can someone please explain Cloud Variables to me?

Here are some things I'm dying to know about:

1. Will cloud variables be stored per project or per user?
2. Will there be cloud lists as well?
3. Will there be a way to see what user's variable it is?
4. Is there any way to create player "save files" using cloud variables?

Thank you for your help.

1
Per project
2
Yes
3
I don't understand
4
with a lot of programming, yes.

I actually doubt #2.  Lists would be harder to store in a database than variables, so you would have to somehow put all of the values of an array into a single variable if you wanted
or just use separate vars for each one


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#6 2012-05-16 21:41:00

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Cloud Variables

SJRCS_011 wrote:

TorbyFork234 wrote:

iMintDev wrote:

Can someone please explain Cloud Variables to me?

Here are some things I'm dying to know about:

1. Will cloud variables be stored per project or per user?
2. Will there be cloud lists as well?
3. Will there be a way to see what user's variable it is?
4. Is there any way to create player "save files" using cloud variables?

Thank you for your help.

1
Per project
2
Yes
3
I don't understand
4
with a lot of programming, yes.

I actually doubt #2.  Lists would be harder to store in a database than variables, so you would have to somehow put all of the values of an array into a single variable if you wanted
or just use separate vars for each one

I saw it somewhere for lists... I thought that that's how the lists work in scratch, in squeak their concentrated into an array and through lots of programming they worked out the number in the lists. Also, I think that the cloud stuff will contribute to the size of the project and it's not that large to store a lot. After testing it, I found that each item in a list, when it's about 120 characters long, is about 3 bytes each, so I doubt it will be a problem.

Offline

 

#7 2012-05-16 22:16:42

technoboy10
Scratcher
Registered: 2007-08-25
Posts: 1000+

Re: Cloud Variables

Yes, Scratch 2.0 will have cloud lists.


So long, 1.4.
http://goo.gl/3JEV9

Offline

 

#8 2012-05-17 07:54:00

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Cloud Variables

iMintDev wrote:

Can someone please explain Cloud Variables to me?

Here are some things I'm dying to know about:

1. Will cloud variables be stored per project or per user?
2. Will there be cloud lists as well?
4. Is there any way to create player "save files" using cloud variables?

Thank you for your help.

1) Per project.
2) Yes.
4) I'm sure you could.
Want to know more? wiki.scratch.mit.edu/wiki/Cloud_Data

Offline

 

Board footer