Variable Help: Show/Hide Caption Text

Not enough details why yours is not working but this is a very simple thing to do. You should not need to refresh the page at all. The main difficulty here is implementation. Since you have a different text block on each page, normally you would have to have different code on each page - a different button. Too much work.Hopefully all your voice over text is in the same location on each page. 1. Cover it with a solid white (not clear) text box at the title level. Now you can use title level actions to affect show or hide it. When you hide the white box the text appears. Now you can have different text on each page below the white text box.2. Use your buttons or hide / show the white text box. I use a dropdown list box with two values: Show Text and Hide Text. The On Select/Change tab runs an action group. The action group has two actions in it. If the drop down list variable = Show Text, hide the white text box. If the variable = Hide Text, show the text box. 3. One more action at title level: On Show; Run the action group.That's it.

Discussions have been disabled for this post