Forum Discussion
ElearningDev699
3 years agoCommunity Member
Need Some Help to Create Stop watch in storyline 360 with JavaScript
Hi guys,
can you help me to create stopwatch. here is the code written but am not getting it properly. can any one respond where went wrong in the code.
var player=GetPlayer();
var msec...
MathNotermans-9
3 years agoCommunity Member
Ofcourse you can make a loop in Javascript only, but thats more complex. Mainly due to scope issues Storyline will cause.
https://www.programiz.com/javascript/for-loop
Here you find a lot of ways to create a loop in Javascript...easy enough... but as said Storyline scope issues make it more difficult, so you are better off using a SlideLayer loop.
Related Content
- 2 months ago