If nothing picked in condition every instance will be executed in action related to them. What kind of condition you want to filter an instance?
I want an event to pick instances that are on a visible layer.
For example, i'm using these conditions for the time being:
- For Each Instance
- Layer Instance.LayerName is visible
This works very poorly as i would like to follow with another event using Else, and i would like not to use for each when not really necessary.
It would be great to be able to test if a layer is visible directly in an expression, is that possible?