The big red 0 increasing in size just after pressing the green flag is like the loading screen for the project. Don't touch anything; it is completely automated, except for the time zone question. PLEASE enter it correctly; the value SHOULD be in between -11 and 14. And if it does fit the range, but doesn't match your device's time, the countdown also won't work. If there are any bugs, please write them down in the comments!
⚠️When you get the "Happy New Year!" screen, DO NOT press the green flag again, unless you don't want to see that screen until next year...⚠️ This should work just fine... Remix this and modify the countdown date to anything you want! Just delete the original code for the "days since 2000" block, add another "days since 2000" block, and add a certain amount of days [ (((<year> - 2000) x 365) + (floor((<year> - 2000) / 4))) + <day in year>* ] to it! Also make sure to change the backgrounds, music, font, and most importantly, to change the date of when the background and music will change! *For the <day in year> variable, go to: - https://nsidc.org/data/user-resources/help-center/day-year-doy-calendar Yes, this countdown uses the most unused block in Scratch; the 'days since 2000' block; as the countdown's base. Music stolen from: - https://scratch.mit.edu/projects/356432816/ - https://scratch.mit.edu/projects/938689095/