Forum Discussion

JennieCrowther's avatar
JennieCrowther
Community Member
12 months ago

And Or Variable

Morning All,

I need a bit of help please. I'm using SL360.

I have a slide that has 3 objects with Triggers on them, they all do the same thing and then the Next button is available.

I want the user to be able to click on any ONE of the objects to progress.

I can't work out how to add a variable to the Next button that basically says, when Object 1 OR Object 2 OR Object 3 visited.

Many thanks

Jennie

  • Hello Jennie, since user needs to click just one among all the three objects using or condition would suffice your requirement.

    I have attached a working sample file for your reference with three slides

    On the first slide NEXT button is available when one of the object changes to visited state.

    On the second slide, Next button is available when one of the variable value changes true.

    On the third slide, Next button is available when all the variable value changes true.

    Let me know if this helps you!!