I need initially hidden content to be displayed when revisiting a slide

Problem: I have created slides in which there are multiple objects that display ‘Initially Hidden’ content when clicked. If a user goes back to read content on an earlier slide, they need to click through all the buttons for the initially hidden content to appear, and for the Next button to finally appear.
How can I enable the ‘Initially Hidden’ content to remain displayed when revisiting a slide?

ActivePresenter version:

OS:

Notes:

Apologies for not updating this information earlier:

ActivePresenter version: Version 8.5.8

OS: Windows 10 Enterprise

I would perhaps try to tackle this by associating each object with a variable that tracks whether the object has been revealed or not.

Then, on Enter to the slide - I would run a check against the variables to basically say - if the object has been revealed previously, then show the object.

1 Like