作者scott750128 (Scott)
站内EzHotKey
标题[AHK-] [请问] 初学者的一些问题
时间Wed Nov 23 01:15:25 2011
由於电脑刚灌WIN7 按键精灵就开始秀斗
所以早上才刚从按键精灵 转移阵地到AHK
不过现在遇到几个小问题
(1)
ImageSearch, X1, Y1, 540, 250 ,780 ,290, d:\merch.bmp
if ErrorLevel < 3
click %X1% %Y1%
这是我用的找图的指令
我想要移动到图的正中央按左键 可是没有办法
他只能在找到图的最左上点滑鼠左键
有方法能移动要点的地方吗?
我试过 click %X1%+10 %Y1%+10 不过没用
(2)
还有 我想请问一下 ErrorLevel 3 的意思是 误差在3%内吗
(3)
我想要利用formattime 去做排程
但是该怎麽接 if
例如
FormatTime, Time1, T12, Time
if Time1 =
{
MsgBox The current 24-hour time is %Time1%.
}
我不知道我的Time1 该等於什麽
以上 谢谢各位的阅读 如果有高手会的话 也请不吝赐教
--
※ 编辑: scott750128 来自: 111.243.144.156 (11/23 14:37)
1F:→ kslman:xpo := xpos-905 11/23 20:41
2F:→ kslman:ypo := ypos-424 11/23 20:41
3F:→ kslman:MouseMove, %xpo%, %ypo%,1 11/23 20:41
4F:→ kslman:ErrorLevel is set to 0 if the image was found in the 11/23 20:43
5F:→ kslman:specified region, 1 if it was not found, or 2 if there 11/23 20:44
6F:→ kslman:was a problem that prevented the command from 11/23 20:44
7F:→ kslman:conducting the search (such as failure to open the 11/23 20:45
8F:→ kslman:image file or a badly formatted option). 11/23 20:45
9F:→ kslman:上面查help的 11/23 20:45
10F:→ kslman:3完全不会 11/23 20:47
11F:→ scott750128:太谢谢了 很好用 11/25 13:44