Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how could to make a cloud list??
- gerard2001
-
Scratcher
500+ posts
how could to make a cloud list??
plz I make an project. I need it.

plz


plz- yaymeiwin
-
Scratcher
52 posts
how could to make a cloud list??
Cloud lists have not been made yet.
They may be working on it. There are cloud variables but they only hold numbers currently.

They may be working on it. There are cloud variables but they only hold numbers currently.
- dolphingirl36
-
Scratcher
100+ posts
how could to make a cloud list??
Actually, there is a way to make cloud lists on Scratch using cloud variables, which you can do by encoding words and letters as numbers and storing them in a cloud variable. When the project is opened, the cloud variable is decoded back into words and letters and shown as a list. This is an example of what that might look like: http://scratch.mit.edu/projects/16083003/ See here for more information about cloud lists: http://wiki.scratch.mit.edu/wiki/Encoding/Decoding_Cloud_Data I hope that helped! 

- gigapouch
-
Scratcher
1000+ posts
how could to make a cloud list??
How to make a cloud list?
I wish one even existed integrated on the editor.
I wish one even existed integrated on the editor.
- superdudeD13
-
Scratcher
15 posts
how could to make a cloud list??
I think this would be code for a cloud list-if it dose not work, tell me. Here it is:
define decode cloud list
set [chracter finder] to [ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890_-]
repeat until <<[(char.counter)] = [done]>>
set [ character finder] to (join [(character finder] (letter ((char.finder)) of [(☁cloud data])))
end
Last edited by superdudeD13 (Aug. 27, 2019 00:38:56)
- Discussion Forums
- » Help with Scripts
-
» how could to make a cloud list??