Forum Discussion
GatikDev
7 months agoCommunity Member
Web object navigation and storyline 360
Hey everyone,
I've recently put together a sample project in Storyline featuring four slides. On the final slide, there's a web object embedded, housing four buttons. The primary button, labeled "...
AlexMilyaev-f86
7 months agoCommunity Member
Here is the code that passes the variable value from the web object to Storyline.
window.parent.GetPlayer().SetVar("storyvar", jsvar);
In Storyline, you can set a trigger so that when the 'storyvar' variable changes and its value equals 2, you should go to slide number 2.