Exit Animation then next slide

R

Ron

I am looking for a more efficient way to use an "Exit Animation" on some
text, followed by an automatic advance to the next slide when I press the
forward key (i.e. without clicking on the text).
Currently, I duplicate the slide without animation,
Add the animation to the duplicate with a 0 wait time transition

This works but creates an extra step for a large quantity of slides. any
other methods that I missed?

Thanks,
Ron
 
B

B

There is not any 'Advance after the last manual animation completed' option
in any version of PowerPoint.

But ...

The technique you have done is the easiest and least troublesome. You can
also do it with a VBA routine that checks for the completed state (motion,
color, visible, etc) and then triggers the next slide cue.

Essentially, the Marco would run a Do Event Loop until Shape("Rectangle
4").Left = 138 (assuming that Rectangle 4's left side will not = 138 until
the last animation is completed). Then it would advance to the next slide.
This sucks up a lot of processing power and may degrade your animations
significantly, but it could be done. How important is the auto-feature?

B
===============
Please spend a few minutes checking vestprog2@
out www.pptfaq.com This link will yahoo.
answer most of our questions, before com
you think to ask them.

Change org to com to defuse anti-spam,
ant-virus, anti-nuisance misdirection.
..
..
 
R

Ron

Thanks for your advice. It just seemed logical that an auto advance should
follow an "Exit". Oh well, I suppose the processing power is the most
important for me. Maybe I will devise a macro to execute the duplication
process instead.

Ron
 
J

John Langhans [MSFT]

[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello Ron,

As you have discovered, PowerPoint doesn't provide the functionality that
you are looking for without resorting to VBA or add-ins.

If you (or anyone else reading this message) think that it's important that
PowerPoint provide this kind of functionality (without having to resort to
VBA or add-ins), don't forget to send your feedback (in YOUR OWN WORDS,
please) to Microsoft at:

http://register.microsoft.com/mswish/suggestion.asp

As with all product suggestions, it's important that you not just state
your wish but also WHY it is important to you that your product suggestion
be implemented by Microsoft. Microsoft receives thousands of product
suggestions every day and we read each one but, in any given product
development cycle, there are only sufficient resources to address the ones
that are most important to our customers so take the extra time to state
your case as clearly and completely as possible.

IMPORTANT: Each submission should be a single suggestion (not a list of
suggestions).

John Langhans
Microsoft Corporation
Supportability Program Manager
Microsoft Office PowerPoint for Windows
Microsoft Office Picture Manager for Windows

For FAQ's, highlights and top issues, visit the Microsoft PowerPoint
support center at: http://support.microsoft.com/default.aspx?pr=ppt
Search the Microsoft Knowledge Base at:
http://support.microsoft.com/default.aspx?pr=kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top