Forum Discussion
RobTao
4 years agoCommunity Member
Timer doesn't start
Hi,
I'm hoping someone can help me specifically with slide 1.3. The timer on the top doesn't want to start. I've incorporated the JS (from another forum member) to execute at the beginning of the timeline upon landing on this slide. Again, another JS to execute applied to the next and back button, when you leave the slide. I've also included a trigger to exit the layer when a minute would pass. Appreciate for any assistance.
Thanks,
Rob
- RussellKillips-Community Member
Hello Rob,
The timer doesn't start because the Javascript is looking for a number variable named timeLimit.
If you create this variable and default it to 2, the timer will count down from 2 minutes.
- RobTaoCommunity Member
Hi Russell, thank you so much! it works now!
cheers,
Rob