I want the same feature to be implemented that winautomation offers:
• Moving the mouse to an image with animation , instead of instant movements
- Optional speed calibration would be nice , eg moveMouseAnim.1-10 , to define the speed
• Moving mouse to a pixel / point on the screen with animation
Marcus provided me with this code , but I see it as a work around , not a solution
I am thankful for the support btw Marcus
Code: Select all
Let>y=550
Repeat>y
MouseMove>850,y
Let>y=y-5
Wait>0.02
Until>y=150