Discuss Scratch

_kethan_110511_
Scratcher
95 posts

how to make a countdown project?

so, theres this one Steam game called 98xx that releases on May 31, and to add some hype, I want to make a countdown project to may 31st, but I'm having some trouble. can you help?

p.s. I've tried using engines, but they don't really help

Last edited by _kethan_110511_ (May 14, 2024 23:24:32)


“_kethan_110511_ is a dedicated and hardworking individual with a passion for coding. They are known for their creativity, attention to detail, and strong work ethic. Outside of work, they enjoy watching YouTube Shorts and spending time with friends and family.”
- Grammarly


lol i got an ai to make my siggy for me
LULU_the_GREAT
Scratcher
3 posts

how to make a countdown project?

Here are like the basics of one with the time stamp you wanted.
when green flag clicked
forever
if <(current [year v]) = [2024]> then
if <(current [month v]) = [5]> then
if <(current [date v]) = [31]> then
put something cool here :) (for example like confetti or a fun sound something like that)
end
end
end
end
qwertycodechamp90411
Scratcher
100+ posts

how to make a countdown project?

Use the days since 2000 block

Time to 31/5/24 is 8917 - (days since 2000)

Useful Links: Text Generator ——— Encoders/Decoders (Normal, Case Sensitive) ——— New Math Blocks ——— Comment what next on my profile!
Wait, we’re at 900 million projects? So close to 1 billion projects uploaded to the server!

<((x) ^ ((1) / (y))::operators) = ((y) √ (x)::operators)> // is false if x < 0???
Hi! I'm qwertycodechamp90411. I'm most active on the suggestions forum and the help with scripts forum, because I like to help other people and improve scratch! I like to think I'm good at scratch, but there's a lot I don't know/understand (how on earth do scrolling platformers work lol). As a general rule of thumb, I should have the answer if it's math related, because I'm a very stereotypical nerd when it comes to math.
youormeletsbringit
Scratcher
66 posts

how to make a countdown project?

forever
set [Days Left v] to (round ((8918) - (days since 2000)))
end

Powered by DjangoBB