I have created a slide that has 8 objects with click boxes. Clicking each object displays some text and a graphic. The Advanced Actions script associated with each click box "shows" the related text/graphic and "hides" all of the other text/graphics (because users can click in any order).
This is all working fine, but now I need to suppress our custom Next button until the user has clicked every object. I know I can do this by setting up variables and conditional actions for each click box, but this will be quite time-consuming. Before I go this route, I'd like to see if there less complex way of doing this. Any ideas? Thanks!