| View previous topic :: View next topic |
| Author |
Message |
vanzelone
Joined: 07 May 2004 Posts: 6
|
Posted: Tue May 03, 2005 5:15 pm Post subject: Gaming Interaction Please Help |
|
|
O.K. I can get an AHK script to switch to my game and start clicking furiously. Awesome.
But what I really need is a way to determine what text is underneath the pointer before I click on it. I can get the script to click on a precise location but what if that location isn't always the same? I need to know what is under the pointer before I click...
Anyone have any ideas? |
|
| Back to top |
|
 |
TeknoMusicMan
Joined: 14 Apr 2005 Posts: 188 Location: Wisconsin, USA
|
Posted: Tue May 03, 2005 5:36 pm Post subject: |
|
|
well most likly ahk won't be able to do more then PixelSearch or ImageSearch on your game window to find a specific location. This is unless the game runs in a normal "Windows" style window with standard Buttons, Labels, and Editbox's. _________________
"Make it idiot-proof, and someone will make a better idiot." |
|
| Back to top |
|
 |
vanzelone
Joined: 07 May 2004 Posts: 6
|
Posted: Tue May 03, 2005 5:40 pm Post subject: |
|
|
| TeknoMusicMan wrote: | | well most likly ahk won't be able to do more then PixelSearch or ImageSearch on your game window to find a specific location. This is unless the game runs in a normal "Windows" style window with standard Buttons, Labels, and Editbox's. |
Oooh, I didn't see those functions before. I've been scouring the help and documentation for a way. Anyone else have anything? |
|
| Back to top |
|
 |
|