Create Timers - Cool Down Timers - Construct 3 Tutorials

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

КОМЕНТАРІ • 9

  • @zenitsuagatsuma365
    @zenitsuagatsuma365 2 місяці тому +1

    Can I use this to create offline timer ?

    • @Winstreak1
      @Winstreak1  2 місяці тому

      If I recall, this is based off delta time, so yes you could check the time when a user last plays then the difference of the time when they log back in.

    • @Winstreak1
      @Winstreak1  2 місяці тому

      Beginners Guide to Daily Events - GDevelop Tutorial
      ua-cam.com/video/C60MfGt6keg/v-deo.html
      I have a tutorial with GDevelop, the concept would be the same

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

    Hey thanks for this!
    Is there a way i can make it so that while this timer is going down, it disables other things?

    • @Winstreak1
      @Winstreak1  2 роки тому +1

      Of course!
      You will set your condition to something along the lines of:
      Condition:
      SkillButton On Click
      &
      CDTime

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

      @@Winstreak1 Hey thanks for the quick reply man! I appreciate it!

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

      @@kcwacw1 Sure thing - let me know if you have any issues with it

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

    don`t work "floor(unixtime/1000)" 😞

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

      Make sure autocorrect didnt change unixtime to unlerp. Construct may try to write: floor(unlerp/1000) which Will not work. Simply edit it to unixtime.