Consulting

Results 1 to 2 of 2

Thread: Animation Effects Loss

  1. #1
    VBAX Newbie
    Joined
    May 2014
    Posts
    1
    Location

    Animation Effects Loss

    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?

  2. #2
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,095
    Location
    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
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •