Forum Discussion
TimBender
10 years agoCommunity Member
Hide Next button until all layers viewed/visited
I know how to hide the Next navigation button until a certain logic is satisfied. For example if a number of buttons are selected (all or any). But I need to hide the Next button until all layers of...
KarenHawkes
3 years agoCommunity Member
thanks for the story file however I am still having issue on the "Next" button not appearing when all the hotspots for each layers have clicked.
I have based what i have done from your file.
VARIABLES:
o1 default value = False
... so on until o6 default value = False
TRIGGERS:
Change state of Next button to Hidden when Timeline Starts on this slide
Hotspot 1
set o1 to value True when user clicks hotspot1
show layer Apple when user clicks hotspot1
Hotspot 2
set o2 to value True when user clicks hotspot2
show later Ball when user clicks hotspot2
... so on until Hotspot 6 (o6)
o1
change state of Next button to Normal when o1 changes
if o1 = value True and o2 = True and ..... so on until o6 = True
... so on until o6
Related Content
- 10 months ago
- 1 month ago