WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

F4 on Custom Animation

 
   Home -> Office -> General Discussions RSS
Next:  Automatically save attachment  
Author Message
dkb43

External


Since: Mar 31, 2007
Posts: 15



(Msg. 1) Posted: Wed Sep 03, 2008 3:56 am
Post subject: F4 on Custom Animation
Archived from groups: microsoft>public>powerpoint (more info?)

Being a teacher, its been several months since I've tried to do this, but
seems like this has worked for me before.

Using PowerPoint 2000, I am inserting pictures, then under Custom Animation
choosing Random Effects on the Effect Tab. Then I click on the next picture
on the next slide, and click F4, which in my opion should also mark that
picture as Random Effects. It isn't doing so. F4 works with adding borders,
with resizing pictures, with moving pictures to a specified location, just
not with adding Random Effects. I set up presentations weekly with
approximately 60 to 80 pictures of students weekly. Please help me with a
better solution.
Back to top
Login to vote
John Wilson

External


Since: Jul 08, 2006
Posts: 3957



(Msg. 2) Posted: Wed Sep 03, 2008 4:19 am
Post subject: RE: F4 on Custom Animation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I don't think it's ever been possible to copy animation in this way. The only
way is either an Add In eg Animation Carbon or some vba code.

This code will zip through your presentation and add a random animation to
all pictures (random is horrible BTW!)

Sub randomme()
'not for xp or later
Dim osld As Slide
Dim oshp As Shape
For Each osld In ActivePresentation.Slides
For Each oshp In osld.Shapes
If oshp.Type = msoPicture Then
With oshp.AnimationSettings
..EntryEffect = ppEffectRandom
..AdvanceMode = ppAdvanceOnClick
End With
End If
Next oshp
Next osld
End Sub

Don't know what to do with it?
www.pptalchemy.co.uk/vba.htm

NB the animation engine in XP onwards is very different this code is for
earlier versions
--

Amazing PPT Hints, Tips and Tutorials

http://www.pptalchemy.co.uk/powerpoint_hints_and_tips_tutorials.html

email john AT technologytrish.co.uk


"dkb43" wrote:

> Being a teacher, its been several months since I've tried to do this, but
> seems like this has worked for me before.
>
> Using PowerPoint 2000, I am inserting pictures, then under Custom Animation
> choosing Random Effects on the Effect Tab. Then I click on the next picture
> on the next slide, and click F4, which in my opion should also mark that
> picture as Random Effects. It isn't doing so. F4 works with adding borders,
> with resizing pictures, with moving pictures to a specified location, just
> not with adding Random Effects. I set up presentations weekly with
> approximately 60 to 80 pictures of students weekly. Please help me with a
> better solution.
Back to top
Login to vote
Steve Rindsberg

External


Since: Apr 02, 2004
Posts: 11429



(Msg. 3) Posted: Wed Sep 03, 2008 10:27 am
Post subject: Re: F4 on Custom Animation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <D11153E1-E164-407A-A13D-DC8F9F193301.RemoveThis@microsoft.com>, John Wilson
wrote:
> I don't think it's ever been possible to copy animation in this way. The only
> way is either an Add In eg Animation Carbon or some vba code.
>
> This code will zip through your presentation and add a random animation to
> all pictures (random is horrible BTW!)

This might solve that problem:

Apply a random transition to every slide in a presentation
http://www.pptfaq.com/FAQ00595.htm

It applies semi-random transitions to slides; that is, it allows you to create
your own list of "acceptable" transitions then applies randomly from the list.


>
> Sub randomme()
> 'not for xp or later
> Dim osld As Slide
> Dim oshp As Shape
> For Each osld In ActivePresentation.Slides
> For Each oshp In osld.Shapes
> If oshp.Type = msoPicture Then
> With oshp.AnimationSettings
> ..EntryEffect = ppEffectRandom
> ..AdvanceMode = ppAdvanceOnClick
> End With
> End If
> Next oshp
> Next osld
> End Sub
>
> Don't know what to do with it?
> www.pptalchemy.co.uk/vba.htm
>
> NB the animation engine in XP onwards is very different this code is for
> earlier versions
>

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Live and in personable in the Help Center at PowerPoint Live
Sept 21-24, San Diego CA, USA
www.pptlive.com
Back to top
Login to vote
TAJ Simmons

External


Since: Aug 07, 2007
Posts: 641



(Msg. 4) Posted: Wed Sep 03, 2008 12:08 pm
Post subject: Re: F4 on Custom Animation [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

>Then I click on the next picture
> on the next slide, and click F4, which in my opion should also mark that
> picture as Random Effects.

I agree - but it doesn't work. Even in powerpoint 2003.


>Please help me with a better solution.

You could add one picture per slide as you are doing currenly,

then add the "random transition" to all the slides from the 'slide sorter' -
this will animation each slide as opposed to each object/picture on a slide.

Cheers
TAJ Simmons
Microsoft Powerpoint MVP

http://www.awesomebackgrounds.com
awesome - powerpoint templates,
powerpoint backgrounds, free samples, ppt tutorials...


"dkb43" <dkb43.DeleteThis@discussions.microsoft.com> wrote in message
news:2B4F8637-A00A-411E-8AAF-DAAC85C85FD2@microsoft.com...
> Being a teacher, its been several months since I've tried to do this, but
> seems like this has worked for me before.
>
> Using PowerPoint 2000, I am inserting pictures, then under Custom
> Animation
> choosing Random Effects on the Effect Tab. Then I click on the next
> picture
> on the next slide, and click F4, which in my opion should also mark that
> picture as Random Effects. It isn't doing so. F4 works with adding
> borders,
> with resizing pictures, with moving pictures to a specified location, just
> not with adding Random Effects. I set up presentations weekly with
> approximately 60 to 80 pictures of students weekly. Please help me with a
> better solution.
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> General Discussions All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET