How to make a Christmas Countdown Project in Scratch! | Coding for Kids | STEM MC

Поділитися
Вставка
  • Опубліковано 6 лют 2025
  • In this video, we will make a scratch project that counts down the time until Christmas!
    Introduction - 0:00
    Description of Project - 0:12
    Opening the Project - 0:26
    Designing the Layout - 0:36
    Adding the Function of the Countdown - 4:21
    Fixing a Bug - 5:47
    The Finished Project - 8:15
    Outro - 8:29
    Check out the Scratch project: scratch.mit.ed...
    Subscribe to my Channel: / @stemmc
    Check out my Scratch Account: scratch.mit.ed...
    Website: sites.google.c...
    Beep sound effect from orangefreesound...
    Scratch is a project of the Scratch Foundation, in collaboration with the Lifelong Kindergarten Group at the MIT Media Lab. It is available for free at scratch.mit.edu.
    #scratch
    #christmas
    #programming

КОМЕНТАРІ • 48

  • @____sk8____
    @____sk8____ 3 роки тому +1

    I didn't wanna really make a CHRISTMAS counter but I used this method to make a count down for Roblox's 15th anniversary XD

  • @moddots5349
    @moddots5349 4 роки тому +4

    Wow, what a cool project!

  • @cactus2763
    @cactus2763 3 роки тому +2

    Thank you for this tutorial! It was really clear and I understood exactly why I was placing each block!

  • @ms.katesclassroom915
    @ms.katesclassroom915 3 роки тому +1

    Awesome! Thanks!

    • @STEMMC
      @STEMMC  3 роки тому +1

      You're welcome!

  • @STEMMC
    @STEMMC  2 роки тому

    Some updates on this video!
    1. There's a glitch where if the date matches but it's not December it will say -1 Days. You can fix this by changing 25 to 24 in 25>. Thanks to scratcher Waffelchen and @timsecfer
    2. As @frostberry pointed out, there's an easier way to write the 24 + (30 - current date) part. You can look at their comment if you want to see how
    (I'm also unsure if I did the handles correctly. Lmk if I did it wrong)

  • @LePortugaisOfficiel
    @LePortugaisOfficiel 3 роки тому +2

    thanks you very much

    • @STEMMC
      @STEMMC  3 роки тому

      You're welcome!

  • @fuchsorsolya6722
    @fuchsorsolya6722 Рік тому +1

    What about weeks?

  • @App_le_sBlack
    @App_le_sBlack 3 роки тому

    It works! I am posting it and I am putting you in the credits! You deserve subs!

  • @zuleymivazquez2485
    @zuleymivazquez2485 3 роки тому

    THANK YOU! This really helped me! I'll make sure that I see your progect!

  • @suryaveertyagi5151
    @suryaveertyagi5151 3 роки тому +1

    Gr8 Video Dude

  • @thetechpanda6151
    @thetechpanda6151 2 роки тому

    thank you so much for this!

  • @peternovak4726
    @peternovak4726 4 роки тому +1

    Thank youu 🙏🏾 this tutorial really helped me

    • @STEMMC
      @STEMMC  4 роки тому

      You’re welcome!

  • @lucyloud12
    @lucyloud12 2 роки тому

    Almost Great But there will be a bug that says -1 Days If the date matches but not the month

    • @STEMMC
      @STEMMC  2 роки тому

      Ty for letting me know! I mentioned this in the Countdown to Anything tutorial but I forgot to put a notice here, so thanks for the reminder :)

  • @NoLifeDax
    @NoLifeDax 2 роки тому

    Nice! I made something like this

  • @frostberry
    @frostberry 4 роки тому +3

    This is a good vid but instead of doing that huge line of code in the section "Fixing bugs" You can just go to operator and put a "abs of" block and attach your 24 - current date code. Repeat for all and it save a lot of time.

    • @frostberry
      @frostberry 4 роки тому

      Abs means absolute value so that means it gets the positive versions of your number. -1 would become 1, -2 would become 2, and so on. Negatives become positives and positives stay positives. Just letting you know!

    • @STEMMC
      @STEMMC  4 роки тому

      Oh...that would have worked too. Thanks! Sorry, I usually don't see the easiest route when I program.

    • @frostberry
      @frostberry 4 роки тому

      @@STEMMC No prob. I like seeing game devs like me who try their best! Just wanted to help you out.

  • @Wolfpackofficial334
    @Wolfpackofficial334 Рік тому

    Great! But I changed it to 25 but now it says -5 days, HELP!!

    • @STEMMC
      @STEMMC  Рік тому

      Uh oh! If I may ask, what did you change to 25?

  • @Rahul-ku7xk
    @Rahul-ku7xk 4 роки тому

    It was really good but for some reason the orange color box did not come on my screen

    • @STEMMC
      @STEMMC  4 роки тому +1

      Hmm...if you go to "Variables," check to see if all the variables have the check marks next to them. If they don't, then select them. Does that help?

  • @oyuncuahtapot4891
    @oyuncuahtapot4891 3 роки тому

    can you do a normal countdown?

    • @STEMMC
      @STEMMC  3 роки тому

      Sorry for responding so late! If you are talking about adjusting the countdown date, it is possible, but the code will have to be adjusted. If you change the month, then the current code will display a negative value after that month has happened. I'll hopefully see what I can do to adjust the code.

    • @pazerr
      @pazerr 3 роки тому

      @@STEMMC Then, how do you fix that?

  • @justinwilliams7298
    @justinwilliams7298 8 місяців тому

    it didnt work for me. it still said -1 day

    • @justinwilliams7298
      @justinwilliams7298 8 місяців тому

      still amazing tutorial 10/10

    • @STEMMC
      @STEMMC  8 місяців тому

      Sorry it didn't work, did you check the code against the project? If it matches, what day is it when you see -1 days?

  • @valdas503gt
    @valdas503gt 4 роки тому

    Mine its not work i checked 3 times its just 22 moths 0 days 0hours 0minutes 0seconds

    • @STEMMC
      @STEMMC  4 роки тому

      Did you check that the code matches what is in the video? You might want to start at 4:45 and check your code from there.
      I think a possible problem is that the blocks that define days, hours, minutes, and seconds are not located where is should be, like if it was outside the forever loop or inside an if block. Can you check that?

    • @valdas503gt
      @valdas503gt 4 роки тому

      @@STEMMC thanks

  • @SnakewithaBanjo
    @SnakewithaBanjo 3 роки тому +1

    My seconds are negative-

    • @STEMMC
      @STEMMC  3 роки тому

      Does the seconds variable show set Seconds to (59 - (current second)), like at 5:07? Hopefully this helps!

  • @kebru8944
    @kebru8944 2 роки тому

    You messed up the whole thing

  • @keonscorner516
    @keonscorner516 4 роки тому

    It’s a 1s1s!!!!

    • @STEMMC
      @STEMMC  4 роки тому

      Yep! It's amazing what 1s1s's can do.

    • @keonscorner516
      @keonscorner516 3 роки тому

      @@STEMMC I also made a 1s1s New year’s Countdown

  • @mrcattykitten3481
    @mrcattykitten3481 4 роки тому

    someone decode his backdrop

    • @STEMMC
      @STEMMC  4 роки тому

      There is a message there 😉

  • @Petrastate
    @Petrastate 2 роки тому

    This didn't work. it was only counting down the months and it did that wrong. Thumbs Down for me.

    • @STEMMC
      @STEMMC  2 роки тому

      Oh no! do you know what isn't working with it? (like is it displaying the wrong number of months, days, etc?) hopefully we can figure out why the code isn't working. :)