| Author |
Message |
Topic: PixelSearch Help |
salcorn
Replies: 10
Views: 307
|
Forum: Ask for Help Posted: Wed May 21, 2008 11:25 pm Subject: PixelSearch Help |
It doesn't run at all. When I save the above as an .ahk file and double click it, I get an "error on line 6" return. The line with first MsgBox command on it.
If you copied and pasted exa ... |
Topic: PixelSearch Help |
salcorn
Replies: 10
Views: 307
|
Forum: Ask for Help Posted: Tue May 20, 2008 2:43 am Subject: PixelSearch Help |
It doesn't run at all. When I save the above as an .ahk file and double click it, I get an "error on line 6" return. The line with first MsgBox command on it.
it runs here, you fail @ cop ... |
Topic: PixelSearch Help |
salcorn
Replies: 10
Views: 307
|
Forum: Ask for Help Posted: Tue May 20, 2008 2:21 am Subject: PixelSearch Help |
Does this work?
SetTimer, ColorFind, 1000
return
ColorFind:
PixelSearch, Px, Py, 255, 118, 689, 596, 0x484800, 3, Fast
if ErrorLevel
MsgBox, That color was not found in the specified ... |
Topic: PixelSearch Help |
salcorn
Replies: 10
Views: 307
|
Forum: Ask for Help Posted: Tue May 20, 2008 1:06 am Subject: PixelSearch Help |
That's a very large defined area, any way to further constrict the search area and still make it workable in your game?
The area is that large because I increased the size during testing. The origi ... |
| |