Forum Discussion
ZsoltOlah
7 years agoSuper Hero
99 Practical Examples of Javascript in Storyline
UPDATE: No book but a live document collecting 99 Practical Online Programming examples with JavaScript. Pop(99);
https://www.rabbitoreg.com/examples/p99/#/
After years of coming ...
larryvanwave-ff
3 years agoCommunity Member
Zsolt, this code is great!! I just have one question, is it possible that the below code isn't functioning correctly?
words[cnt][0] = $(".slide-object[aria-label='"+image+"']").offset().left;
I have to comment out the above line for the file to work, but then it doesn't order the text correctly.
Thank you for your work on this!