I’m working on prototype for booking activities with use of boolean variables to toggle layer visibility.
I have a list of cards on frame one that if one is clicked, the prototype navigates to new frame where the booking flow is split into two overlays. First overlay is to specify child, days of the week and time, second is for confirmation. If I click “x” on second overlay, and try another booking, it does not work, because the toggle leave the layer permanently visible.
The layer visibility is toggled by set variable and it is used to set visibility on for my avatar for teacher and and small card with details of booked activity.
The question is, wich way should I write contitional to achieve that layer visibility of avatar and card will be reset.
Can anyone explain this to me? Thank you in advance.