(New Scratchers Cannot Use Cloud Data Due To Restrictions) (If You Came Here Because Of My Topic In The "Show and Tell" Forum, Be Sure To Comment About It!) ERRORS (MUST READ) 1. (fixed) Unexpected characters (such as "AAAAAAAAAAAAAAAA") may appear in list. 2. If you sometimes go to "See Inside", the only sprite that appears is the thumbnail sprite. However, the project acts like the other sprites and codes are there and working. 3. Though I did not experience this while testing, the list sometimes may not load all data for save all data. You might need to replay this project if you have already done so but your name doesn't appear. Wait for the project to load. Your username will be added to a list of viewers who have viewed this project. Want to make a cloud list? You see, Scratch Team will add cloud lists, but it takes time. Luckily I found a method that helps simulate cloud lists. This is called a "Cloud List Engine". That is does is that all contents of the list are encoded to numbers and stored in cloud variables (since cloud variables don't accept other characters besides numbers yet due to restrictions). The variable's value then gets decoded to all characters and they are put back on the same list. This engine is case sensitive. Want to use a cloud list? Feel free remix this project and make changes to it, or visit this Scratch Wiki article: https://wiki.scratch.mit.edu/wiki/Encoding_and_Decoding_Cloud_Data Note that the methods in the article require hacked blocks, which require editing JSON code, which is not illegal. However, you may use hacked blocks here: http://towerofnix.github.io/scrap-mod/scrap.html Put the encoding and decoding scripts. Since there are not cloud variables in this special editor, save it to a file, upload the file to Scratch, and then use your blocks for whatever you want. If you got the cloud list from me, you must give credit! It is nice so that users don't think that you stole it and claimed it as your own! I hope this has helped you a lot!
THIS PROJECT HIT AN ASTONISHING RECORD OF ABOUT 1000 VIEWS! This is the first time I've ever created my own introduction for a project! Users such as Will_Wam have their own! Why not me? HISTORY 0.1 - project created. 0.2 - error fixed for unexpected data in list. If it's still occuring, please tell me. Tell me if you see this in the list: "AAAAAAAAAAAAAA" (not exactly the correct length). 0.3 - added a system that detects if user is a Scratcher or a New Scratcher. 0.4 - fixed error where username does not appear in list. 0.5 - to prevent anymore accidents, disabled key controls except for up and down arrows, which is public. 0.6 - added script that detected if an account is used in order to use the project. 0.7 - finally fixed misspelled username error. CREDITS 1. Will_Wam (idea for title) 2. Scratch Wiki (for engine) 3. Other Users (I Forgot Their Names)