Looping a set of custom animations

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I have a set of 10 custom animation steps that I need to
repeat. The steps consist of 5 objects appearing and
then disappearing. I'd like this process to repeat
indefinitely until I click the to go to the next slide in
the brief.
Is there anyway to accomplish this?
 
This is unfortunately not a feature supported (although I am having high
hopes for the next version - Yes John L. I am submitting a Wishlist on this
feature). The only way to accomplish at this time is to create loop a custom
show of one slide, this way your animation plays automatically 1X, with
slide set to auto advance it goes back and replays slide and animation.
Limitations are if you wan to use an audio track, it to must stop and
restart, etc.

Here is a good info link on creating looping custom show:
http://www.powerpointbackgrounds.com/powerpointlooping.htm

--
Best Regards,
Troy Chollar
==============================
"troy at TLCCreative dot com"
TLC Creative Services, inc.
www.tlccreative.com
==============================
 
There are two ways to do this, at least that I know of...

1) Create a separate presentation of the slides you want to loop using 'loop
until escape' in the set up. Then simply link the main presentation to it.
(see the link in Troy's post for details on how.) If you have set it up
correctly, the link, when activated will take you to a new presentation that
will loop until you end it. You can end it by simply pressing the escape
button on the keyboard, but this is sudden and unprofessional. or you can
add a hidden blank slide at the end with a gentle fade. Enter this slides
number and the presentation will fade to black. Then press the escape key
and the second (looping) presentation will end. If the slide that activated
the slink is also black, the transition will be smooth and seamless.

2) If you have an event capture add-in active, then you can capture the
slide change event and trigger a change back to the beginning slide. The
slides and animations would all have to be timed and not set to manual
activations within the slide looping range. This would all need to be done
using VBA, of course. This allows the loop to run within one single
presentation, but requires a lot more user savvy. When ever you wanted to
exit the loop, you would just type the slide number you wanted to exit to
and the presentation would send you there.

Neither of these options are off-the-shelf available in PowerPoint, so do
John a favor and write to the MS wish list if this is something you would
like to be available in PowerPoint 2004/5. (John is the MS rep whom is
looking for ideas on how to improve PowerPoint. You can just click on
http://register.microsoft.com/mswish/suggestion.asp and ask for what you
want you would like to see.

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

Change org to com to defuse anti-spam, ant-virus, anti-nuisance
misdirection.
 
[CRITICAL UPDATE - Anyone using Office 2003 should install the critical
update as soon as possible. From PowerPoint, choose "Help -> Check for
Updates".]

Hello Jason,

As Troy has already indicated, PowerPoint does not have the specific
capability that you are looking for through its user interface. However
(for the courageous), this is possible through the object model for
PowerPoint 2002 and 2003.

If you (or anyone else reading this message) think that PowerPoint should
provide (through the user interace and not require VBA or add-ins) a way to
simply combine and reuse animation sequences so that, for example, timings
can be applied to a sequence instead of just individual effects or a
sequence of animations can be saved and reused with other objects, don't
forget to send your feedback 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
 
Back
Top