hello all a long time ago i asked how to make my mouse move to a certain color i got a example code but it doesnt seem to work anymore?
this is the code:
$PixelLoc = PixelSearch(0, 0, @DesktopWidth, @DesktopHeight, $vHexColor)
;MsgBox(0, "", $PixelLoc[0] & ":" & $PixelLoc[1])
If Not @error Then
MouseClick("primary", $PixelLoc[0], $PixelLoc[1])
EndIf
now it doesnt seem to move my mouse to the color (at all.)
please help .