Reset object after effects in Advanced Action
I'm trying to create sort of like a slide show with buttons that trigger the next and previous item to reveal. I have a 'forward' image that when clicked will apply an 'entrance' animation to a slide making it reveal. I also have a 'back' image that when clicked will apply an 'exit' animation to that same slide removing it from the screen. I'm using an Advanced Action 'On Success' when either arrow image is clicked because I need to trigger other things besides just the animation effects. When I click on the 'forward' image everything works, the slide is revealed and all of the other things are triggered. Then when I initially click the 'back' image everything seems to go back to it's previous state as the slide is animated back to an exit position. However, when I then try to click on the 'forward' image a second time the slide doesn't reappear.
I did some tests and it looks like it's the animation that's making it stop working after the first time. It seems like when the 'exit' animation is applied the slide it is being sent futher away than it's original position. So then when I try to reveal that slide the second time it can't come all the way back to it's original position.I tested it out by removing the animation effect and just using 'show' and 'hide' and it works perfectly. I also tested it by applying the 'entrance' and 'exit' effects straight 'On Success' and not using an Advance Action and I noticed that there is a 'Reset object after effects' option which when selected makes it work. However this option is not available when applying effects using Advanced Actions. Is there a way I can set this option or any other way I can get this to work?
As I said, I could get it to work by just using simple 'show' and 'hide' but I really want to use the 'entrance' and 'exit' animations.
Thanx