Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Javier Q
on
Nick Thissen wrote:
This is the typical usecase for condition flags. You can do something like this:

- "Set" a condition flag whenever the main widget becomes visible.
- "Unset" the same flag when the main widget is hidden.
- Now you can use this flag as a condition for the action that activates yellow bar thing. It will then only trigger if the flag is "set", e.g. when the widget is visible.

I understand what you are telling me, but I really don't know how to put it into practice in the editor

Could you explain me?