-
Notifications
You must be signed in to change notification settings - Fork 443
Condition ‐ Screen ‐ Condition List
Nain57 edited this page Jun 1, 2025
·
1 revision
Screen Conditions are one of the two component of a Screen Event. They determine what should be displayed on your screen in order to execute the Actions associated to your Event.
![]() |
The Screen Condition menu can be accessed from the Screen Event dialog, by clicking on the Condition section. Here it is empty, but once you will create your Conditions, they will be displayed here. |
This will leads you to the Screen Condition list screen, allowing you to create, modify and reorder your Screen Conditions.
Once you have created some Screen Conditions, more action will be available at the bottom of the screen:
As you can see, you can control the order/priority of the Screen Conditions in you list. Why does it matter ? Because Klick'r engine will execute the screen detection with the same order as your list.
Controlling the priority of your Screen Conditions can be useful in two cases:
- When using a Click Action that clicks on the detected Screen Condition in a Screen Event that uses the condition operator OR: when using this operator, the detection will stops at the first Screen Condition fulfilled and the Click Action will be executed on it.
- When trying to optimize your scenario timings. If you have two Screen Conditions to check in the same Screen Event, and one of them is smaller than the other, you can set the small Screen Condition before the big one, as if the small one is not fulfilled (or fulfilled for OR operator), Klick'r will not check the big one as it will not change the outcome of this Screen Event conditions verification.