Hi all, I am using AutoIt to write a local automation script and am using both MouseClick and MouseMove and am using the speed parameter to set the speed at which the mouse moves. I am trying to figure out how long it takes for the mouse movement to occur and can't as the speed parameter is fairly ambiguous. How long does it take for the mouse movement to complete at speed 5? 10? 15? Presumably there's some kind of simple formula to figure it out? Thanks, A