Cases: How to execute actions regardless of the conditions?


#1

Hi
I have some conditions (cases) for actions when an element is clicked.

How do I do something like this?

  • If case A is true then do some actions.
  • If case B is true then do some other actions.
  • Regardless of any case do some more other action.

Can I pack that in one event?

Kind regards
Alain


#2

Sorry, found a solution.
Just remove the condition on the last case (click on it and delete it. it will shown as “if true” afterwards) and turn the condition to “if” instead “else if” (right click on the case and choose “toggle if/ else if”).


#3

closed #4

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.