Forum Discussion

KennisPartin's avatar
KennisPartin
Community Member
4 years ago

Variable based on object state from a different slide

I have a multi-path course I am building and need to be able to have the Next button on a slide move to one of three different paths.  I am trying to make it based on the state of a button the user clicked on from a previous scene, but when I try to create the variable, it only gives me the options for objects on the current slide.

Is there a way to generate an object variable on my current slide based on an object state from another slide?

3 Replies

  • The content of a variable is available everywhere. So on the slide where the object is clicked, set a variable. Then on the slide with the Next button, create triggers to jump to the appropriate location based on the content of the variable.