Forum Discussion
ToniLee-Ostrows
4 years agoCommunity Member
Stop / reset JavaScript in a storyline
Hello, I have a timer that I built from a Storyline provided in another post; it uses a javascript snippet to start the timer and works great however, I am trying to add a feature to stop the timer...
ChristophKri821
4 years agoCommunity Member
Here is an quick and dirty example of global countdown made with javascript:
https://malziland.at/articulate/countdown_global_js/story.html
After publishing:
- Open .story file with a text editor and add the following line into the head:
<script src="scripts.js"></script>
- Copy the scripts.js into the output folder