Forum Discussion
RachelHorton-2c
3 years agoCommunity Member
Video Timer
I am using Erik Digre's timer sample project from this page: https://articulate.com/support/article/Storyline-360-Elapsed-Time-Variables?_ga=2.260422029.1654627647.1654268811-1034322117.1617828713
I'm wondering how I would pause the timer until the learner clicks a button so I can use the timer as a video timer.
Any help is appreciated.
All the best,
Rachel
- RachelHorton-2cCommunity Member
Disregard. I figured out a solution. I created three triggers to set the values to zero when the user clicks play.
Set SecondsElapsedInMinute to value of 0 when the user clicks Play
Set MinutesElapsedTotal to value of 0 when the user clicks Play
Set LeadingZeroSeconds to value of 0 when the user clicks Play
Looks like this will work.