CoordMode, Pixel, Screen
WinGetPos, Pos_x, pos_y, width, height, 앱플레이어x_right := width + Pos_x
y_bottom := height + Pos_y
ImageSearch, foundx, foundy, %pos_x%, %pos_y%, %x_right%, %y_bottom%, *50 %A_ScriptDir%\Image\1.bmp
if (ErrorLevel = 0)
{
비활성왼쪽클릭(foundx, foundy)
Sleep, 1000
x_right := width + Pos_x
y_bottom := height + Pos_y
ImageSearch, foundx, foundy, %pos_x%, %pos_y%, %x_right%, %y_bottom%, *50 %A_ScriptDir%\Image\1.bmp
if (ErrorLevel = 0)
{
비활성왼쪽클릭(foundx, foundy) ;;이부분!! 은.. 위에 찾은 이미지 의 좌표 값 즉 상단 제일 왼쪽 끝점 같을 변수에
Sleep, 1000