Hi there
If i understand correctly this os something i have done quite a bit..... ill try and explain as best i can... bare with me im no expert....
So on you menu page i presume you have 10 buttons that the user will click and they will take the user to the corrosponding slide. For the purpose of this i will refer to the 10 slides as the info slides.
On each info slide you will add a back button that will link directly back to the manu page once the user has watched the slide.
Now back to the menu slide, if you add your check mark graphics next to eac of your ten buttons. The trick here is to name each of the check mark items something logical for a later stage "Check mark 1" "Check mark 2".... In the properties for each of these object you need to ensure the "Visable at output" is unchecked (this means that when the user views the file the check marsk are not there, they will only become visable when the user triggers them with an action... thats where we are going next
On your menu slide add a "next" button.... this is the button that will be visable once the user has viewed all 10 info slides.... again name this something logical "menu Continue" and again set this to be invisable to the user on output.
1 final thing before we go on to the actions is we need to create 10 variables .. unsure if you have done this before... the machine im currently on does not have cativate on so i cant show you a screen show... we need to create 10 variables one for each button on the menu page. again a logical name would be good ... "Page1" "Page2" "Page3"........
Now to the actions...
We need to create 10 actions initially, 1 for each button that appears on the menu page...
The action will
• Jump to the relavant Info Page
• "Show" Check Mark 1 - this will make the check box visable when the user next goes to the manu page
• "Asign" the variable "Page 1" with the literal value of "1" - Thsi will be called upon later to trigger the visability of the next button on the menu page.
All 10 actions will be the same just changing the page it jumps to , the check mark to the relevant 1 and also changing the variable that is allocated the number 1.
Final action you need to make is a conditional actiaon... again sorry for not being able to supply a screenshot... unsure if youve mada a conditional action before... this action will be applied to the Menu slide... in the properties for the Menu slide in the "on enter" we will asign this conditional action.
Like i say this will be a conditional action that stated
IF
Variable "Page 1" is = to "1"
& Variable "Page 2" is = to "2"
& Variable "Page 3" is = to "3"
& Variable "Page 4" is = to "4"
all the way to 10.......
THEN
"Show Menu Continue"
This action is basically saying that the menu continue button will remain invisable untill all the variables have the value of 1.... we know the only way the variable can get the value of 1 is by the user watching each section
I really hope this helps... it took a good bit of digging online to work out how to do this, and also plenty of help from people on here...
Sorry fot the lack of screenshots
Good luck