Forum Discussion
SharonGoza-f625
7 months agoCommunity Member
Setting position of slider via trigger
Is there any way to set the position of a slider via a trigger. This doesn't work. The slider moves to each step. I've tried both "When learner releases" and "When slider is dragged"
JudyNollet
7 months agoSuper Hero
If the user moves the slider, the variable automatically adjusts based on the position the slider is moved to.
Conversely, as Andrew said, if the slider's variable is adjusted with a trigger (for example, adjust the variable when another object is clicked), the slider automatically moves.
However, a trigger that tries to adjust the value of the variable when the slider moves is going to cause problems.
This is in direct conflict with what the program does automatically.