Forum Discussion
Slider Interaction
Hi Team, I need quick solution for slider interaction, just i want to move the slider on some value like 5, after it reaches the certain point need to reveal the object or button, how can I achieve this, i tried with trigger state, but looks flicker, whenever i move the slider. what's the solution, Thanks in Advance.
- MartinSinclair-Community Member
Hi Bala
I have built something similar as a storyline block. If you take a look at the animation, I have thrown it into a quick demo.
The user slides the slider, it then reveals some extra content (in this case a text box, could be hyperlinks etc based on the slider variable)
The block below is a continue block which wont reveal until the Storyline block is complete. The storyline block has a complete/incomplete course trigger on it to make this work.
Happy to share the .story file if it looks like you could adapt it - You can start with the object in a hidden state.
- Add a trigger to change the slider to normal when slide moves and var = X
- You also need a trigger to change state to hidden when var is not X or between a range of numbers.