Skip to content
AppgineeringAppgineering
Shop
Read-only2 posts · 2,406 views · Started 22 Sept 2021, 03:38

Trigger an action if a Condition Flag changes state?

Archived: discussion moved to DiscordDiscord
Josh L.Original poster
#1

Hard to explain - essentially I want an action to be triggered when I check the checkbox for the condition flag on the controls, and a different action to be triggered when I uncheck the checkbox for the condition flags on the controls. Know I can do the first part, second part not sure and don't think it's an addition.

Nick ThissenAppgineering
#2

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.

This thread is archived.

New replies have moved to Discord.

Continue on Discord