hi
I just started here.
I made an action but
I dont understand how to make a trigger..
can you help me ?
MANY THANKS
how to make a trigger ?
Re: how to make a trigger ?
The answer depends on what action you are working on.
Take for example Window Condition, the Standard tab.
There are conditionals you specify.
Then you have:
If true: set "trigger" from drop down menu, to the right
If false: set "trigger" from drop down menu, to the right
You can create a procedure for each state (true/false).
then “trigger” a procedure for each state.
See Procedures at bottom of actions panel
Begin procedure
// other actions to run on true
End procedure
Begin procedure
// other actions to run on false
End procedure
Take for example Window Condition, the Standard tab.
There are conditionals you specify.
Then you have:
If true: set "trigger" from drop down menu, to the right
If false: set "trigger" from drop down menu, to the right
You can create a procedure for each state (true/false).
then “trigger” a procedure for each state.
See Procedures at bottom of actions panel
Begin procedure
// other actions to run on true
End procedure
Begin procedure
// other actions to run on false
End procedure