Forum Discussion

      • Jonathan_Hill's avatar
        Jonathan_Hill
        Super Hero

        The trick to a 'digital' display with 0 displayed as 00, is to use text variables not number variables to display the time in the correct format.  In the above example, I also track the elapsed time in seconds as a standard number variable. That will allow you to run triggers and conditions based on the elapsed time. For instance, disable next button until 10 seconds have passed.

  • MichaelHinze's avatar
    MichaelHinze
    Community Member

    There are lots of timer examples available in the community, I suggest to do a quick search and pick the one that works for you. Also, one the weekly eLearning challenges covered timers, see here.