Is the command of "Move" in EasyUO implemented?
Posted: 2004-04-20 05:39:01
I want write a script. It need walk somewhere automatically.
example in easyuo:
set %x 1250
set %y 2651
set %x1 %x + 5
set %y1 %y + 5
move %x %y a
wait 3s
move %x1 %y1 a
wait 3s
move %x %y a
stop
example in easyuo:
set %x 1250
set %y 2651
set %x1 %x + 5
set %y1 %y + 5
move %x %y a
wait 3s
move %x1 %y1 a
wait 3s
move %x %y a
stop