Hello all,

I've been using actools for a while with a simple macro:

loop 1
delay 5000
MousePos 200, 270
DragTo 200, 500
delay 3000
MousePos 1397, 301
DragTo 1411, 587
end
restart

My monitor setup is "monitor 1" on the left, "monitor 2" on the right. The macro worked fine since i kept, for some drivers problems, "monitor 2" as main and "monitor 1" on his right side (but having to move my mouse to the right edge to see it appear on the leftmost edge was making me fuzzy). Now my main is still "monitor 2" but "monitor 1" is now correctly on his left side. It seems tho, even if i can check mousepos (which is a negative value for x) when i run the macro the mouse moves to "monitor 2" left edge and performs the dragto command there.

Any hint for me?