Graphics

 View Only
  • 1.  ClockTimerwidget continue counting negative when 0 is reached

    Posted 01-11-2017 14:53
    Hi,

    I'm trying to figure out a way to have a timer continue counting negative once it hits 0, preferably without using the API.
    So I have a countdown-clock which counts down from 30. Once it hits 0 it should continue counting but negatively, so -1, -2, -3, etc...

    Is there an easy way to do this?

    Thanks,
    Kenneth



  • 2.  RE: ClockTimerwidget continue counting negative when 0 is reached

    Posted 01-11-2017 21:46
    Make a timer that start from 60 (ie), and in visual logic, put a substract block at -30... It will count from 30 to -30...
    #XPression


  • 3.  RE: ClockTimerwidget continue counting negative when 0 is reached

    Posted 03-27-2017 13:35
    I haven't replied yet to your suggestion Vinz, but thank you. It worked like a charm!
    #XPression