PDA

View Full Version : Animation Effects Loss



overload
05-17-2014, 12:47 PM
Hi, I have been working on a corporate related quiz which requires in certain circumstances for 7 different shapes to be hidden and then shown again when conditions are met. This all works perfectly, however the problem is that when the shapes are shown they are required to animate with the bounce out effect when a user clicks on them. Most of the time this is achieved correctly, but if the user closes the slideshow and then starts it up again, any shapes that were previously hidden will no longer animate. I think the solution may be to make sure the objects are visible when the slideshow has been closed (i.e. triggering some sort of end of slideshow event), although I am not sure if this is even possible. Is there an event that I can use to place this code?

John Wilson
05-17-2014, 01:23 PM
Do you mean they are hidden with code or with an animation??

You might try


Sub OnSlideShowTerminate(ByVal Wn As SlideShowWindow)
'make visible code goes here
End Sub

This will only work reliably if other code is being run in the presentation