Stopwatch timer duration as a variable

mmjoshi

Member
I want to use a variable to determine the duration of a stopwatch. I presume I have to use an integer variable. Should I've setting the value of the variable in seconds. Say 80 for a stopwatch to run for 1 minute 20 seconds?
 

Sri

New member
It seems there is no equal to in the Stopwatch trigger, only less than or greater than are there. How to make the trigger at a particular time? For example: I would like to have 2 triggers at different times with different actions on a stopwatch. I change the stopwatch duration for the second instance, but only the action of the first set time happens, as the second time is also greater than the first time,
 

tanutanu

Well-known member
It seems there is no equal to in the Stopwatch trigger, only less than or greater than are there. How to make the trigger at a particular time? For example: I would like to have 2 triggers at different times with different actions on a stopwatch. I change the stopwatch duration for the second instance, but only the action of the first set time happens, as the second time is also greater than the first time,
Simply reset the stopwatch at the bottom statement to avoid working twice:) The stopped is no linger triggered.
 
  • Like
Reactions: Sri
Top