SPACE to input a string (only non-special English letters, numbers, "-", "_" and length < 10) UP ARROW to output username stored in cloud variable DOWN ARROW to toggle project thumbnail
This project demonstrates how strings can be stored (indirectly) in a Scratch cloud variable. Cloud variables only store numbers, so a string can be converted and stored as a number. The number can then be converted back to the string. Applications for this include highscore systems, save files and more. However, this basic implementation limits the string to only include: non-special English letters, numbers, "-", "_" (limited by items in character_list). Note that only "Scratcher" users can interact to modify cloud variables. Hence, new users or ones that aren't logged in will be unable to interact and change the cloud variable number.