Blog Post

  • Hi,

    1. In the attached file, I have disabled the NEXT button.
    2. This is to ensure that user clicks two hotspots that I have added.
    3. However, what trigger should I add so that user can move to NEXT page after going through both hotspots.

    • MichelleMullett's avatar
      MichelleMullett
      Community Member
      Hi Sanchit,
      If you use a shape (no fill/outline) instead of hotspots, then you could have a visited state to use for the trigger to change the state of the Next button to normal once the shapes have been visited. Or you could use a variable, adjust the variable (by adding 1) on each layer that the hotspot is going too and when the variable hits the magic number then change the state of the Next button. Good luck!