HI,
Maybe I am being dull here but.
Here's want I want to do.
If I click the Next button ( Go to next slide) I want to go to the next slide in the project.
If I click the back/previous button I want to go to the previous slide in the slide order.
However If I arrived at a slide from a slide other that the previous slide in the order I want to go back to that slide when I click the back/previous button, whether it is a lower slide number or a higher slide number.
My Solution:
Advanced Actions.
If cpInfoLastVisitedSlide <> cpInfoPrevSlide
Then
Got to Last Visited Slide
Else
Go to Previous Slide
That seems pretty straight forward to me but. These two variables report the same number no mater what, so the true condition is always processed.
So what is the difference between them and what variables should I use to get this to work?
Many thanks
Bri