Reset Slider
By
Kiran Dhot
Hi
I have made use of the slider in my package. It starts at initial position on the base layer and moves to slide layers when dragged.
However when i go on to the next slide and click on the provious slide option, the slider does not reset back to its initial position.
How do i rectify this?
Please help
9 Replies
Have you set the slide to reset to the initial state when revisiting? It's an option in the slide settings (cog lower right corner of the slide layers panel)
You could also add a trigger on the final layer to reset the slider variable to 0 when timeline ends or when user clicks next (depends on the objects on your slide and what the user does to move ahead).
Agree with Wendy that is the way forward.
I normally do do it on timeline start.
Yes I have and it still does not work
Hi Wendy,
How do i do this?
Here is a sample file Kiran that may help you
Thanks Wendy it worked!!
With Regards
Yay Kiran - glad to hear it...good luck with your project :-)
You may also reset the slide at initial state when revisiting. Then add this trigger:
1. Adjust Variable for "Slider Name"
2. Set the value at zero (Operator = Assignment Value 0)
3. Choose When the Timeline starts at the slide.
This worked for me when I did not need to add an X button in the slide layer.