This is a clock, but not just any clock. It's a cool clock. How it works: 1. 85 clones are created. 2. The main sprite checks if any 0s are needed as placeholders for numbers less than 10. 3. The main sprite checks if the time has changed since the last time it recorded the time. If it did, 4. The main sprite goes through every digit, and checks what the digit is. Then it uses some pre-planned positions and adds them to a list. 5. The clones smoothly glide to the position they are assigned by the main sprite. 118 blocks.
v1.4: Major update! Managed to shrink the amount of code by 3.83 times! v1.3: Updated the time code to use one block instead of "If then else"s. v1.2: Updated hour code to use modulo rather than "If then else"s. v1.1: Fixed 1 because it looked like a 7. v1.0: Initial release.