YuChan Posted February 8, 2021 Share Posted February 8, 2021 Hello, I have this : PixelSearch($x + 20, $y - 50, $x + 100, $y + 10, $color[0],1) You know one tool for check where is a mouse for search a pixel ? THX Link to comment Share on other sites More sharing options...
argumentum Posted February 8, 2021 Share Posted February 8, 2021 49 minutes ago, YuChan said: THX use this at https://www.autoitscript.com/forum/topic/205087-pixelgetcolor-return-value-is-not-correct-when-xy-reported-by-au3info-moved/?do=findComment&comment=1474583 you're welcome PS: use the help, read the help, test, test, test. Good luck. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
YuChan Posted February 8, 2021 Author Share Posted February 8, 2021 THX but. My problem is : I want show where is coordinate of mouse in color pixel. For this i think i need 2 mouse. PixelSearch($x + 20, $y - 50, $x + 100, $y + 10, $color[0],1) Link to comment Share on other sites More sharing options...
argumentum Posted February 8, 2021 Share Posted February 8, 2021 9 minutes ago, argumentum said: PS: use the help, read the help, test, test, test. Good luck. again, read the help ( https://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm ) ...and, this concludes my aid to you for the foreseeable future, again, good luck Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
YuChan Posted February 8, 2021 Author Share Posted February 8, 2021 yes i have show. But i need know where is a pixel, i need know exact position. I can't make Pixel by Pixel Link to comment Share on other sites More sharing options...
JockoDundee Posted February 8, 2021 Share Posted February 8, 2021 4 hours ago, YuChan said: yes i have show. But i need know where is a pixel, i need know exact position. I can't make Pixel by Pixel https://translate.google.com Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
Developers Jos Posted February 8, 2021 Developers Share Posted February 8, 2021 (edited) @YuChan, You have quite some nerves to open a new thread while I asked you for an explanation in your previous thread: https://www.autoitscript.com/forum/topic/205094-one-gui-who-follow-mouse/?do=findComment&comment=1474619 Let it be clear there are some common rules one stick to, so this topic is locked and you are now on mod preview until you have made ultimately clear what you are doing with all these PixelSearch BS. Jos Edited February 8, 2021 by Jos FrancescoDiMuro 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Recommended Posts