Changing Next to normal after slides are visited

Mar 29, 2016

Hi again Gurus!

I set up my images on a slide with a visited state for each of 4 images and set my next button to show when each image has been visited.

It works with layers, but there seems to be a problem with multiple slides, as the next button doesn't appear when I return to the main slide.

I can't use layers, however, because each of the visited slides has multiple layers itself.

Is there an eloquent way to achieve this? I need the next button to appear when all of the 4 slides are visited.

I also tried using variables (T/F) but they didn't work, either.

Thanks!

9 Replies
Walt Hamilton

In that case the triggering action (the When) is the image states changing.

When governs at what point you want to test those conditions. If you are jumping to another slide and back, the starting point of the timeline is always reliable. If you are staying on the same slide and going to layers, you want to test them at the point when one of those states changes.  "When states are ... " is frequently reliable for that, but is heavily dependent on timing. The point is that something has to happen to cause the trigger to start testing your conditions to see if it should initiate the action.

Karen Hawkes

Hi guys, 

I have a similar issue where my customise Next button doesn't appear when all the slides have visited. I have successfully done this on layers but I need to do it on slides as this time they have a separate notes.

Also, my situations is the slides will not go back to a "main menu" but it should be clickable anywhere you'd like - like a bookmark. Please see the attached project.

Thanks in advance. Cheers

Jürgen Schoenemeyer

hi,
you need for every slide a separate variable and some new trigger (and full buttons on all slide)

trigger on every slide

Important: I have changed the slide properties to "Reset to initial state" because of the use of state "visited" for mark the current button - perhaps a new custom state "Mark" would be better.

Jürgen