Forum Discussion
Delay visited state after layer activity
- 3 months ago
Visited is a built-in state, which means it comes with built-in functionality. Any object with a Visited state will automatically change to Visited when it is clicked.
To delay showing the checkmark, put it in a custom state instead. Then use a trigger to change the tab to the custom state when the user "completes" a layer (however you want to define that).
Visited is a built-in state, which means it comes with built-in functionality. Any object with a Visited state will automatically change to Visited when it is clicked.
To delay showing the checkmark, put it in a custom state instead. Then use a trigger to change the tab to the custom state when the user "completes" a layer (however you want to define that).
- JudyNollet3 months agoSuper Hero
By the way, there's no need to use both a shape and a text box for the tabs. You could just enter the text directly in the shape instead.
I also suggest that you give meaningful names to everything. Or, at least, to everything that's part of an interaction. That would make troubleshooting easier.
- JaclynJGish3 months agoCommunity Member
Thanks, Judy. These are both very helpful tips. I'm super rusty!