SEE INSIDE to properly use the engine Click the "Upload username" button to upload your username to the cloud and see a list of scratchers who have used this project and clicked the button before. Ever wondered how to store lists and strings in cloud variables? That's what a cloud engine is for! With a cloud engine, you can upload strings to the cloud and download them afterwards. How does it work? This engine encodes a string so it becomes a number - that's done letter by letter. It can also read the numbers and decode them so they become strings again. How do I use it? That's simple - just use the uploadToCloud block in order to upload text and execute the downloadCloud block to get the contents of the variable inside of the list cloudList. See inside to copy the sprite "Cloud Engine" and paste it into your project so that you can use the custom blocks for saving things in the cloud. Please remember to give credit when using this engine. Hast Du Dich jemals gefragt, wie man Listen und Buchstaben in einer Cloud-Variable speichern kann? Dafür gibt es Cloud-Engines, die die Buchstaben in Zahlen umwandeln und sie dann in die Cloud hochladen. Zum Auslesen wird die Variable wieder in Buchstaben umgewandelt und in einer Liste ausgegeben.
IMPORTANT NOTE: It is NOT ALLOWED to create any kind of cloud based chat system, even if it implements a white list, on Scratch. It is therefore not allowed to use this project in order to create such a system. I, the developer, do only provide this engine for use in projects following the Scratch Guidelines, for example in an online save code system. Re-using the components of this engine for any use breaking the Scratch Guidelines is NOT PERMITTED. WICHTIGE ANMERKUNG: Es ist ausdrücklich NICHT ERLAUBT, einen Online-Chat auf Scratch zu programmieren, sogar, wenn er nur mit einer Whitelist funktioniert. Ich, der Entwickler, stelle diese Engine nur für Projekte zur Verfügung, die den Scratch-Guidelines entsprechen, zum Beispiel in einem Online-Save-Code-System. Jegliche Nutzung, die gegen die Scratch-Richtlinien verstößt, ist NICHT ERLAUBT. TAGS #Cloud UPDATES >Suffixes explained< The version numbers all consist of a date (yyyy-mm-dd) and a suffix. The suffix tells what type of update it is: bf - bug fix f - feature update 2020-03-19bf: Fixed an issue resulting in corrupted data output; fixed special characters replacement (Thanks to who pointed out the bugs) 2020-03-19f: Added support for Japanese and Korean characters (Those alphabets might not be fully supported - I just copied the characters from the internet as I am only familiar with the Latin alphabet) 2020-03-20f: Added a button which allows to upload your username to the cloud and see other users who have done the same thing before in order to demonstrate the engine's abilities 2020-06-19f: This project now truncates the existing cloud list to fit in the new username even if the cloud variable has already reached its maximum length. Furthermore, only new usernames will be added to the cloud, those already saved won't.