Clicking through multiple Pictures

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I am fairly new to Powerpoint 2002...
Is there anyway to insert an image and then click that
image to show a new image where the previous one was?

Example.
Click Image1 -> Image2 appears where Image 1 was
Click Image2 -> Image3 appears where Image2(and therefore
image 1) was
and so on...

I am currently trying to write VB code to do this...is
there another way?

Thanks for the help.
 
As much as I would like to tell you to use VBA, I think the best way to do this is with animation triggers. You can set the first image to trigger an animation of the second image entering on top.

If you want to use VBA, you can check out examples at my web site that deal with hiding and showing objects:

http://www.loyola.edu/education/PowerfulPowerPoint/

Click on "Examples by Chapter." You might try Examples 6.4, 6.6, and 6.8.

--David

David M. Marcovitz
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
Chris,
1. Insert the images into presentation.
2. Add an entrance animation to the 1st image to make the image appear on
mouse-click.
3. Add an exit animation to the image to make the image disappear on
mouse-click.
4. Add an entrance animation to the 2nd image to make the image appear after
previous animation.
5. Add an exit animation to the image to make the image disappear on
mouse-click.
6. Repeat steps 4/5 until all images have been assigned animations.
7. Run the slideshow.
 
Back
Top