Forum Discussion
JuliaGottsch928
3 years agoCommunity Member
"Further"-Button should appear as soon as every marker or slider information has been read or visited
Hi there! I have two slides, one with a picture and some markers and one with a slider. I want the user to read every information (every marker and every slide) before skipping to the next page. I ...
MichaelHinze
3 years agoCommunity Member
For the first slide, you could use True/False variables for each Marker. The variables start out as False and are changed to true when the mouse is hovered over a marker. A second variable toggles every time one of the Marker variables has changed. Once all 6 are True, then the Next button is enabled. You could also add a Visited state to each Marker and enable the Next button, once all six are in Visited state. However, that would require the user to CLICK each Marker, rather than hover.
For the second slide, you can use the numeric variable that is attached to the slider. Once that variable hits a specific value, the Next button is enabled.
See attached a quick example.
Related Content
- 6 months ago
- 9 months ago
- 10 months ago