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 Nick Thissen
on
Why not do this:
- Hide the condition flag from the controls so it is not visible (I forgot the property for it).
- Create a button to toggle the flag. Or a button to check, another to uncheck.
- In the button actions set or unset the condition flag, and at the same time do also whatever other actions you want.

You can even link the button to the condition flag so it becomes 'activated' visually when the flag is set.