안녕하세요 ㅠ.ㅠ질문글만꾸준히올리는거같네요...
F1::
loop
{
postmessage,0x100,50,196609,,클라 ; 2
postmessage,0x101,50,196609,,클라 ; 2
postmessage,0x100,101,4980737,,클라 ; 5
postmessage,0x101,101,4980737,,클라 ; 5
gosub,1
gosub,2
gosub,3
}
return
여기까지는 2,5누르는거,gosub123 빠르게 잘 작동되는데
4:
if (imageSearcher(x, y, "3.png") = 1) ;찾았을경우 실행
{
sleep,1
if (imageSearcher(x, y, "시간.png") = 1)
soundplay,coin.wav
}
if (imageSearcher(x, y, "6.png") = 1) ;찾았을경우 실행
{
sleep,1
if (imageSearcher(x, y, "시간.png") = 1)
soundplay,coin.wav
}
if (imageSearcher(x, y, "9.png") = 1) ;찾았을경우 실행
{
sleep,1
if (imageSearcher(x, y, "시간.png") = 1)
soundplay,coin.wav
}
return
gosub,4
만 추가하면 눈에띄게 느려지더라구요..
gosub가많으면원래이렇게느려지나요?ㅠㅠ
소리가잘나긴잘납니다!!
이미지 서치 범위를 좁게 제한하시고, 이미지 파일을 작게 하시면 빨라집니다.