Search found 1 match
- Sun Nov 17, 2019 6:23 pm
- Forum: Technical / Scripting
- Topic: Is this possible?
- Replies: 1
- Views: 1668
Is this possible?
Hello and thanks in advance.I wanted to know if this is possible. Let>x=0 Let>y=0 Let>x1=150 Let>y1=0 wait>3 label>start Let>loop_count=0 Repeat>loop_count mousemove>x,y Wait>1 MouseMove>x1,y1 Wait>1 Let>loop_count=loop_count+1 Until>loop_count=10 Until>loop_count Repeat>loop_count mousemove>x,y Wai...