Forum Discussion
PerriGerber
4 years agoCommunity Member
Variables with conditions
I'm hoping someone out there can help me with this one!
I want the user to hover over 4 items before being able to go to the next page.
Whatever I did is not working. What is the simplest way t...
MichaelGallaghe
Community Member
Here's a sample of how to do it. You insert a shape (smiley face) and set it's state to "Hidden". Then you add a trigger to change it's state to normal when the user hovers over the button. You do this for each button that the user hovers over. You add a trigger that says change the state of the NEXT button to normal when the state of (ALL) smiley faces are normal.
Cheers!
PerriGerber
4 years agoCommunity Member
Will try thanks!