Content tagged countdown

Report Tag

7 usages of this tag
  • 0 replies
  • 438 views
This content is deleted
Forum Topic
How do I create a countdown timer from 40h60m60s
0 favourites

I've had a look online and found this: Global number: Timer = 0. Every tick-- Append Text: Floor(gametime/3600)&"h" & floor(gametime/60%60)&"m"&floor(gametime%6...

posted 5 years ago
  • 4 replies
  • 449 views
This content is deleted
Forum Topic
Looking for a good countdown clock
0 favourites

I’d like there to be a countdown clock (like a basketball shot clock) on the screen where the player has to complete certain tasks within a couple minutes. I do...

posted 5 years ago
  • 10 replies
  • 1K views
This content is deleted
Forum Topic
Timer / Count down timer question
0 favourites

I just have a thought. Would it be possible to make a countdown timer continue to run even if game is exited? For example, a player wants to build a house and w...

posted 5 years ago
  • 4 replies
  • 680 views

So it says it mostly in the title, I am using the timer behaviour on my object (a button) & want to display the timer as a countdown with milliseconds, however...

  • 4 replies
  • 411 views
0 favourites

The built in timer expressions are great for countdowns but I'm missing days and limiting hours to 24 hours to count down. Right now hours is the biggest value...

posted 3 years ago
  • 1 replies
  • 359 views
This content is deleted
Forum Topic
Date plugin countdown off by 1/2 hours
0 favourites

I added a timestamp from a date to a variable (April 1 00:00) but the countdown (using difference between end time and now) was 1 hour off and since today it's...

posted 3 years ago
  • 2 replies
  • 275 views

I want to make a countdown timer that doesn't stop even if the player closes the game. So far I have managed to get the total time to be saved in localstorage a...

posted 2 years ago