Discuss Scratch

Lightnin
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

Greetings testers!

There are a lot of cool new features in Scratch 2.0, but cloud variables is one of the most interesting and in some ways, the most revolutionary. That also means it’s one of the most challenging to get right – technically, design-wise, and moderation-wise.

With all the work to do getting Scratch 2.0 ready for the beta period, we’ve had very little time to focus on needed improvements to cloud variables. As a result, we’ve decided to disable them during the beginning of the beta. Once we’re sure the new site is running smoothly, we’ll give cloud variables some love and then re-enable them for more testing and feedback from Scratchers.

Thanks for being patient!
nXIII
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

Ah—a difficult, but necessary choice. I wish you good luck in fixing them.

nXIII · GitHub
Nomolos
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

Oh, that's why they aren't working. I hope they are fixed soon!

Last edited by Nomolos (Jan. 25, 2013 23:58:24)


This account quit, but I'm still active on my other account, SilverEagle.

Hey! Are you not sure what you shouldn't be doing on Scratch? Reread the Community Guidelines, they'll help.
P110
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

Wondered where they were, Scratch on! Lightnin' I did some mockup's for something I asked about and you said do mockups for that I'm about to look for to give you the link to

Link: GOT IT! Here :D
tlangster
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

How long will they be disabled?

Test account for FireNinjaGAME.
funelephant
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

Oh, okay

I guess that makes sense

beyoncé is real
fc: 4098 3216 7443
scimonster
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

Oh, is that why… Necessary, i suppose.
See ya soon, Cloudy!

Retired Community Moderator
BTW, i run Google Chrome 41.0.2272.101 on a Linux system - Ubuntu 14.04. NEW: iPad 4th gen. w/retina.

418 I'm a teapot (original - to be read by bored computer geeks)
THE GAME (you just lost)
; THE SEMICOLON LIVES ON IN OUR SIGS
Laternenpfahl
Scratcher
500+ posts

Cloud variables disabled in early part of the beta

Any change for user-specific cloud variables?

yeah, I'm still here
cobraguy
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

THAT'S why I couldn't create cloud data! Well I guess I have to wait.
Pencilmaster
Scratcher
58 posts

Cloud variables disabled in early part of the beta

With cloud data it is possible to create small mini forums

Scratch 2.0 is finally NOT like the HL3 of the Scratch team!
Do not fear, Teh is here!
It's my website!
prokohtu
Scratcher
14 posts

Cloud variables disabled in early part of the beta

tlangster
How long will they be disabled?
it's clear that nobody knows, but hopefully they'll release it soon
evoliprofi
Scratcher
3 posts

Cloud variables disabled in early part of the beta

Scratch team It would be nice if you would add a function for encryption, because if you add a username-password system to your project, it wouldn't be nice if everybody could read the passwords, I imagined like this:

-When gf was klicked
-ask ("hello, are you allready registered type Y/N")
-if local answer = "Y" then
-ask ("what is your username")
-if cloud list usernames contains local answer then
-set local username to local answer
-ask ("what is your password")
-if cloud list passwords contains encrypt("local answer") + username then
-say ("logged in with the right password")
-else
-say ("password didn't exist")
exit()
end
-else
-say ("username dindn't exist")
exit()
end
-else
-ask ("tell your username")
-if cloud list usernames contains local answer then
-say ("username already exist")
-exit()
-set local username to local answer
-ask ("What password do you want?")
-set local password to local answer
-set local password to encrypt("local password") + username
-add local username to cloud list usernames
-add local password to cloud list passwords
end

I didn't code in scratch for a long time, because you couldn't made multiplayer functions, so I coded directly in java, sorry if i wrote some commands wrong, and I am from German sorry if my english is not the best.
So my Idea is to add encrypt() to operators maybe an MD5 encryption or something diffrent,
I hope the Idea will be noticed and undestand despite of my not really good knowledge of english.
If I forgot something, ask and add your Ideas!
k9lego
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

Lightnin
Greetings testers!

There are a lot of cool new features in Scratch 2.0, but cloud variables is one of the most interesting and in some ways, the most revolutionary. That also means it’s one of the most challenging to get right – technically, design-wise, and moderation-wise.

With all the work to do getting Scratch 2.0 ready for the beta period, we’ve had very little time to focus on needed improvements to cloud variables. As a result, we’ve decided to disable them during the beginning of the beta. Once we’re sure the new site is running smoothly, we’ll give cloud variables some love and then re-enable them for more testing and feedback from Scratchers.

Thanks for being patient!
Here's my idea: make a LLLLLOOOOONNNGGGG list of banned words. (lets say mario is a ban word.)
make it lowercase it all, then this is the HARD and LOOOOONNNNGGG part. typing in EVERY way of tying it. mario m.ario m.a.r.i.o marrrio marrrrriiioo mmmmmmmmmmargio (without the g) marrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr… …rio and like that.

- Let's Eat  Grandma! This is a hidden advertisement for the Collab Hyper Cloud Inc. :)
- Let's Eat, Grandma!
Commas Save Lives!























Nothing Much here…



















If you want to reply to me, please comment with the link to the topic “On my profile page”. thanks. k9lego
andre_rifaut
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

evoliprofi
Scratch team It would be nice if you would add a function for encryption, because if you add a username-password system to your project, it wouldn't be nice if everybody could read the passwords, I imagined like this:

…..

I didn't code in scratch for a long time, because you couldn't made multiplayer functions, so I coded directly in java,


Please, come back to Scatch 2.0, for your multi-player games !

I never coded with Scatch 2.0, but if I quite understood the documentation the variable “user id” (see Sensors in blue) is the password you need. Indeed, You could use “user id” to uniquely, persistently and anonymously identify a registered user (i.e. logged-in with its Scratch account).

Note that your cloud variables can be modified only by your unmodified application. Others can have a look inside the complete application and variables but cannot modify directly your cloud variables. Indeed, when “look-inside” is used, your cloud variables are modified “locally” (“local cloud”, a new concept ;-), and your cloud variables will be unchanged.

You can still ask for a funny name and you can just associate it with the “user id” in a cloud-list. When the user log-in you can retireve its name and say “Hello xxx”. All people can see the association user-id / name, but nobody knows who are the real persons.

I hope that this will help you and we will see your multi-players games on Scratch 2.0.

veggieman001
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

evoliprofi
Scratch team It would be nice if you would add a function for encryption, because if you add a username-password system to your project, it wouldn't be nice if everybody could read the passwords
You can make your own encryption algorithms in Scratch, though. I converted roijac's into an easily reusable block here.

bullelk12
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

ooo, I was looking forward to that. oh well, I'll wait

Scratch 2.0 = Cloud Variables!
BigBug667
Scratcher
8 posts

Cloud variables disabled in early part of the beta

Lightnin
Greetings testers!

There are a lot of cool new features in Scratch 2.0, but cloud variables is one of the most interesting and in some ways, the most revolutionary. That also means it’s one of the most challenging to get right – technically, design-wise, and moderation-wise.

With all the work to do getting Scratch 2.0 ready for the beta period, we’ve had very little time to focus on needed improvements to cloud variables. As a result, we’ve decided to disable them during the beginning of the beta. Once we’re sure the new site is running smoothly, we’ll give cloud variables some love and then re-enable them for more testing and feedback from Scratchers.

Thanks for being patient!

I was really hoping that two people can collab live on the same editor. So basically one person can see the other dragging blocks around
peterkap
Scratcher
100+ posts

Cloud variables disabled in early part of the beta

When will cloud variables work again?

think for (∞) secs
veggieman001
Scratcher
1000+ posts

Cloud variables disabled in early part of the beta

peterkap
When will cloud variables work again?
Such a time has not been announced, but it can be assumed that it'll happen once things have settled down and they've had time to work on them and perfect them.

Rocker98585
Scratcher
19 posts

Cloud variables disabled in early part of the beta

get the cloud data back soon, because i want to try and make an online login system, and you neeeeeeeeeeeed to add something like a “lock cloud data from other users” option please

thinking about things

Powered by DjangoBB