Hi everyone,
I'm looking for the cleanest way to trigger actions if a given object is currently not existing on the layout. I don't know any existing conditions to check that, so what I generally do is:
(If I know there is no invisibility going on)
- Object is visible > (no actions)
- ELSE > (whatever actions I want to do)
I also sometimes do it with "is on screen", but it's not clean. If the object is on the layout but outside of the screen boundaries and invisible, it will not work.
Am I missing a simple action to check that, or is it a cleaner way to do it?
Thanks!