Hi I have some conditions (cases) for actions when an element is clicked.
How do I do something like this?
Can I pack that in one event?
Kind regards Alain
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”).
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.