How do you get a web object variable from storyline?

Jan 10, 2018

I have developed word search game, I insert one slide to web object in the storyline.

how do you get web object variable value from the storyline?

my source file and web object.

 

please comment and replay me.

 

5 Replies
Michael Anderson

Yes, I think that should work. Here's a sample from one of my web objects:

var storylinePlayer = parent.GetPlayer();
storylinePlayer.SetVar("text001",text001);

I use storylinePlayer instead of just "player" because that is already used in some of my projects. Is your code working? If not, can you post your project file here?

This discussion is closed. You can start a new discussion or contact Articulate Support.