To use this project, you must be a Scratcher. (sorry New Scratchers!) If the top right corner says Bot is Offline commenting to bring up the counter will not work until it says it's online Instructions: Look at the number currently shown on the screen and then comment the number that comes after it. For example, if the counter shows 12, you should comment 13. The cloud variable updates when Scratch processes your comment, and the counter will refresh automatically once the new value comes through. Just follow the sequence by commenting the next number each time.
This counter works by reading the cloud variable as text, splitting it into digits, and creating one clone for each digit while clearing the old ones so the display stays clean. A small delay and a timer help keep the updates smooth, especially when the Scratch cloud server is slow or repeats values. Everything runs inside one sprite to keep the project simple and fast. Made by Micah, with comment detector made with ScratchAttach by TimMcCool