How do I trigger visibility of info card when variable changes.
March 31, 2022 12:00 AM
How do I trigger an info card (feedback) to become visible (initially hidden) when a variable changes. I have tried adding this action to the scene itself on show and on close but that doesn't seem to be working.
Solution
When exactly do you want the visibility to change?
There's no "variable changed" event in CVR, so you'd have to run an action somehow. For instance, if the variable changes when a Hotspot is clicked, you could add a second action to check the variable status and, when appropriate, change the visibility.
Discussion (3)
When exactly do you want the visibility to change?
There's no "variable changed" event in CVR, so you'd have to run an action somehow. For instance, if the variable changes when a Hotspot is clicked, you could add a second action to check the variable status and, when appropriate, change the visibility.
Thank you Carl, I just needed to think about it a bit differently and you helped me do just that! Thanks for the speedy response.