Forum Discussion
Feedback layer displays on transition
I believe that the Try Again prompt is displaying because it is registering a click outside the Hotspot when you choose either Nurse or Doctor from the previous screen.
I added a shape off the canvas and set its state to hidden. When the timeline for the Hotspot starts, I change the state of the off-canvas shape to normal. I added a condition to the trigger that displays the Try Again prompt to only show if the state of the off-canvas shape is Normal
So the trigger reads:
Show Try Again Layer when the user clicks outside the Hotspot IF the state of Off-Canvas Shape is normal. Rather inelegant, but it works.
- CaddiRanyard-e33 years agoCommunity Member
Hi there, heroes
(Now I know why you are called heroes)
Thank you so much! I would never have thought of that. I will show that to my colleagues who were just as puzzled.
Caddi