I have a project where the user controls the flow of the project. There is a control panel on every slide with 6 buttons representing each of the other slides. The user can click the slide number to go to the slide they wish to view. However, i want it so that the button on each slide that represents slide 6 will show a message saying 'slide 6 is unavailable until slides 1-5 have been viewed'. Once slides 1-5 have been viewed (regardless of the order this has been done in) the slide 6 button then becomes active and take you to slide 6.
To do this i have created 2 'slide 6' buttons on every slide. The first one has no action assigned but when clicked shows the desired message. The second button is a simple 'on success jump to slide 6' action on it. The 'message buttons' are ticked as visible and the 'jump to buttons' are unticked on visible.
Each of slides 1-5 have a variable assigned which the value of which changes from 0 to 1 when the slides are exited.
I then have then created an advanced action that says if all of the variables have been changed to 1 then hide all of the 'message buttons (one of which can be seen below as 'a7') and show all of the 'jump to' buttons'. This is done all in one advanced action.
My problem being that the 'message buttons' don't disappear and the i cannot then access slide 6.
Please can someone help. PS - im fairly new to this and this is the most advanced thing ive attempted so far.
Thanks