Last updated
An Interaction defines the behaviour of an IO. Inside the ‘Interactions’ section of any IO, there is an empty interaction item. We recommend keeping it as-is and duplicate it to create new interactions. You can have as many interactions as you want inside an IO.
An interaction is composed by two fundamental elements:
A set of Conditions
A set of Actions

The principle is simple: for any interaction, once its conditions are validated, the defined associated actions will take place.
Note: if you don’t define conditions but only actions, they will occur instantly, at start.
Let’s see how it works !
Note: if you haven't already create an Interactive Object in your project, read this first.
Last updated