Forum Discussion
JeffreyBennett-
2 years agoCommunity Member
Reverse Motion Path When Returning to Slide
I'm attempting to create the equivalent of Rise 360's "Process" block in Storyline.
Basically, if a user clicks the "back" button, I want the previous slide content to animate in reverse. (just l...
SallyWiedenbeck
2 years agoCommunity Member
Can you use the (MenuSection.SlidesVisited) built in variable? I would set that up so if you are working on slide 2's content, your trigger would be like this:
Move [CONTENT] along [REVERSE PATH] when the timeline starts on [CONTENT] if MenuSection.SlidesVisited is greater than or equal to 3.
The trouble there is it doesn't work well for the last slide in a section. On those slides I would use Menu.SectionsVisited. So if you are working on slide 5, the last slide of section 3, it would look like this:
Move [CONTENT] along [REVERSE PATH] when the timeline starts on [CONTENT] if Menu.SectionsVisited is greater than or equal to 4.