How to set up a Countdown Timer in GameMaker with GML

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 19

  • @NexusWest
    @NexusWest 6 місяців тому

    I was looking for a method to emulate Time of Day, and I think you've given me an awesome start! Thanks!

  • @kenkaioh
    @kenkaioh 11 місяців тому

    bro, you're the best, i never would think in do like that well done.

  • @eeok156
    @eeok156 9 місяців тому

    Such a useful tutorial! Thank you!! :D

  • @ihavenoname219
    @ihavenoname219 Місяць тому

    the background music sounds like ssbu music! (super smash brothers ultimate)

  • @canhcutlangthang5353
    @canhcutlangthang5353 Місяць тому

    guy, im new here and learned C++ before, can i ask why this guy dont use ; at the end of line , and how if t_mil=-1 work? is it same with if (t_mil==-1)

  • @grigla2235
    @grigla2235 9 місяців тому

    flippin genius, tysm

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

    Really awesome, thank you :)

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

    thanks bro, you are best

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

    Thanks bro

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

      no problem :)
      and of course, when you want to pause the timer, set the alarm to -1, then when you want to unpause the timer, set it back to 6 :)

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

    What if I have a background track playing, but I want a different song to play at a certain point in the timer (about thirty seconds before the timer goes off),

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

      In your alarm0 event, at the point where the values equal 30 seconds (in my example, t_min = 0 && t_sec = 30), use the audio stop and start pieces of code to stop the first track playing and start the second :)

  • @NotToBeTooTakenSeriously
    @NotToBeTooTakenSeriously 5 місяців тому

    for me the game reset at 1 second and not at 0

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

    What is the theme? I love it.

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

      Ah I love that theme as well haha, it's called 'Dracula' - draculatheme.com/gamemaker-studio - but with Lexend Deca as the font :)

  • @Quare_himself
    @Quare_himself 3 місяці тому

    It doesn't work.

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

    make a how to make a character controller

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

      I'm not quite sure what you mean, as in how to make a character move in a top-down style?