xxWeapon Posted November 14, 2011 Posted November 14, 2011 Does AutoIt have the ability to pixel detect an 100x50(?) area and react in precise timing. There will be a specific spot on the screen that will be constantly changing and updating multiply different colors and patterns. When Mouse2 is pressed, I need it to scan this area, at some point a red letter will appear, I need to have Mouse2 released at that instant, within maybe 20ms range (not tested but asap) I feel the trick will be recognizing when it’s the red letter compared to just a red pixel in the background. Can AutoIt scan an area and pick this out in some fashion? This will be used in a Video game where when you highlight a name I need a release with precision. I am a beginner when using AutoIt. If AutoIt cannot do this, does anyone have an idea of something that could? Thanks
Moderators Melba23 Posted November 14, 2011 Moderators Posted November 14, 2011 xxWeapon,Welcome to the AutoIt forum. You appear to have missed the Forum Rules when you joined. I suggest you read them now and then you will understand why you will get no help for this question and the thread will most likely be locked. I look forward to helping you with a legitimate query when you next post. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Reveal hidden contents ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts