Hello everyone, I've tried to move the mouse cursor to a button before clicking it, although the click worked the mouse moved to a wrong place. I use this code: $positionArray = ControlGetPos ("Visual Prolog 7", "", "[TEXT:&New Project]") MouseMove($positionArray[0] , $positionArray[1], 70) ControlClick("Visual Prolog 7", "", "[TEXT:&New Project]") I tried to use this option before the code: Opt("MouseCoordMode", 0) But it doesn't move the mouse over the button, I tried t