Storyline Dial and Slider

Jan 19, 2021

I'm trying to show a layer based the value of the dial and slider. For example, when the dial has a value of 1 and the slider has a value of 1 I want to show layer 1. I can make this work, but the slider position has to bet set first, then the dial. I need it so that order or does not matter. I've set my trigger to Dial = 1 and Slider = 1, but the dial still has to be set first. 

The second part it that if either are not equal to 1 the layer is not shown. Only changing the dial position works. The slider position doesn't seem to matter.

What am I missing?

Thanks

Raymond 

3 Replies
Walt Hamilton

It sounds like you need two triggers.

Show layer 1 when slider variable changes if slider variable = 1 and dial variable =1, and

Show layer 1 when dial variable changes if slider variable = 1 and dial variable = 1

Otherwise, you could have an object to click, and one trigger - Show layer 1 when user clicks object if slider variable = 1 and dial variable = 1.