| Author |
Message |
Topic: PixelGetColor / PixelSearch... Any other ideas...? |
JHeikkilaJr
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Sun Jun 01, 2008 6:47 am Subject: PixelGetColor / PixelSearch... Any other ideas...? |
Yes I have, with no effect.
I did see a post that shows using Print-Screen to Clipboard, but it seems to me that using such an approach has to fragment the memory over time.
Let me explain w ... |
Topic: PixelGetColor / PixelSearch... Any other ideas...? |
JHeikkilaJr
Replies: 2
Views: 177
|
Forum: Ask for Help Posted: Fri May 30, 2008 8:03 am Subject: PixelGetColor / PixelSearch... Any other ideas...? |
I want to determine the pixel color at various points in the window.
PixelGetColor doesn't work. Ok the program uses DX, so I understand it doesn't always work right.
PixelSearch assumes that I ... |
Topic: How to create a Loop Bypass Timer? |
JHeikkilaJr
Replies: 14
Views: 523
|
Forum: Ask for Help Posted: Thu May 29, 2008 10:24 pm Subject: How to create a Loop Bypass Timer? |
(I may have to change the "w" key to something else or, like you said, it might even seem broken to me if I have to bring up chat and can't type a "w".)
I get around that with a ... |
Topic: How to create a Loop Bypass Timer? |
JHeikkilaJr
Replies: 14
Views: 523
|
Forum: Ask for Help Posted: Thu May 29, 2008 4:28 am Subject: How to create a Loop Bypass Timer? |
Here's how I do it.
Timer1 := 60000
Start1 := 0
End1 := 0
Diff1 := 0
followed by:
pressingkeys:
End1 := A_TickCount
Diff1 := End1 - Start1
if & ... |
Topic: Global Variables... |
JHeikkilaJr
Replies: 5
Views: 184
|
Forum: Ask for Help Posted: Sat May 24, 2008 11:17 am Subject: Global Variables... |
Unfortunately, I looked at my real code when I got home and it turns out that i use = instead of := in the assignments. Therefore, the literal quotes are not necessary, right?
Also, my If expressi ... |
Topic: Global Variables... |
JHeikkilaJr
Replies: 5
Views: 184
|
Forum: Ask for Help Posted: Sat May 24, 2008 2:17 am Subject: Global Variables... |
Hello all. Got a few questions, let's start with this one:
#persistent
#singleInstance
SetTimer, DoSomething, 3000
PauseDoSomething := NO
return
^#D::
if (PauseDoS ... |
| |