Scr1pter
2016-06-21 09:17:33
Hi,
Is it possible to create a variable which gets higher when a timer gets repeated?
For example:
You create a rule in a timer:
zq=50
The timer gets repeated 5 times with a repeat delay of 1000 ms.
On another translator I used the variable zq as mouse movement X.
I expected that the cursor jumps from 50 to 100, then to 150 etc.
However, it stays at 50.
I also tried something like
zq=50
zr=zq+50
and used zr as X in the mouse movement.
The mouse movement is just a test, I need this functionality for something else.
(But with the mouse movement I can test it very well.)
Thanks for any help!
Is it possible to create a variable which gets higher when a timer gets repeated?
For example:
You create a rule in a timer:
zq=50
The timer gets repeated 5 times with a repeat delay of 1000 ms.
On another translator I used the variable zq as mouse movement X.
I expected that the cursor jumps from 50 to 100, then to 150 etc.
However, it stays at 50.
I also tried something like
zq=50
zr=zq+50
and used zr as X in the mouse movement.
The mouse movement is just a test, I need this functionality for something else.
(But with the mouse movement I can test it very well.)
Thanks for any help!