Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PowerPoint Text Change Upon Click

I have several text boxes.

They say:

Fruit 1
Fruit 2
Fruit 3

When I click each one, the text should correspondingly change to:

Apple
Banana
Dragonfruit

When one of them is clicked, I want it to change to the respective text, but the others to remain same.

Is there any way to do this without simply hyper linking a bunch of slides? (that would be 8 slides, btw). I am assuming an alternate method will have to use VBA coding but I would prefer something without.

like image 766
golddove Avatar asked Dec 29 '12 00:12

golddove


People also ask

How do I change the clicking text in PowerPoint?

On the slide, select the box that contains your text. Select the Animations tab, and then select the Add Animation drop-down menu to select an animation, such as Appear. Select the Animations tab, and then select Animation pane. The Animation Pane opens on the right side of the PowerPoint window.

How do I add a click effect in PowerPoint?

Next, go to Animations > Advanced Animation > Animation Pane. In the Animation Pane, select the animated shape or other object that you want to trigger to play when you click it. In the Advanced Animation group, click Trigger, point to On Click, and then select the object.

How do you make text disappear after clicking on it PowerPoint?

Click the Animations tab in the Ribbon. Click Add Animation in the Advanced Animations group (you must select Add Animation if you are adding more than one animation to an object). A drop-down menu appears. Click the Disappear exit animation in the Exit group.


1 Answers

Trigger animations should do it. Here's how.

Duplicate the Fruit 1 text box, change the text to Apple. Move the Apple text box exactly atop Fruit 1 and make sure that it's at least a bit wider than Fruit 1.
Give Apple's shape a fill of Slide Background. Now add an appear animation to Apple then in the animation pane, timing effects, set it to appear on trigger when you click Fruit 1.

Test to make sure this works right. Finally, select both text shapes and press Ctrl+D to duplicate them as many times as needed. Change the text in the dupes to Fruit 2/Banana etc. They'll retain the animation so you don't need to go through all those steps for each of 'em.

[Dusts off hands] My work on this planet is done.

like image 188
Steve Rindsberg Avatar answered Oct 01 '22 18:10

Steve Rindsberg