how to make a countdown timer

This forum is currently in read-only mode.
From the Asset Store
Tabata timer
$9.99 USD
Template for Tabata timer, fully documented in comments and video
  • what events/actions would i have to do for a still layout with nothing moving to go to the next after 5 seconds? i tried

    at start of layout, subtract from private variable of titled background "countdown" 100 * TimeDelta, but that didnt seem to work. i didnt expect it to, as i dont even know really how to use timedelta.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • what events/actions would i have to do for a still layout with nothing moving to go to the next after 5 seconds? i tried

    at start of layout, subtract from private variable of titled background "countdown" 100 * TimeDelta, but that didnt seem to work. i didnt expect it to, as i dont even know really how to use timedelta.

    If you just want to go to another layout after a fixed time elapsed there are easier ways. One is the System expression Compare time. Set it to compare "equal to" and 5000 milliseconds (=5 sec) and all is fine

  • wow, i missed that >_> thanks!

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)