CODE:
win wind=window ("BlueStacks App Player", "WindowsForms10.Window.8.app.0.33c0d9d", -1);
int col, x, y;
getdisplay(col, x, y);
int Image_0[124][38];loadimage (#Image_0[0][0], "D:\kibor\cancel.bmp");
int PosX_0[0];int PosY_0[0];
findimage(1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0,x, y, wind);
textbkcolor(0,255);
int n=0;
a: if (n<1)
{
textout (0,PosX_0[n], PosY_0[n], format (n),0);
sleep (1000);
sendmouse (LEFT, PosX_0[n], PosY_0[n],wind);
n++
sendmouse (LEFT, PosX_0[0]+wind.leftclient, PosY_0[0]+wind.topclient,wind);
goto a;
}
int col, x, y;
getdisplay(col, x, y);
int Image_0[124][38];loadimage (#Image_0[0][0], "D:\kibor\cancel.bmp");
int PosX_0[0];int PosY_0[0];
findimage(1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0,x, y, wind);
textbkcolor(0,255);
int n=0;
a: if (n<1)
{
textout (0,PosX_0[n], PosY_0[n], format (n),0);
sleep (1000);
sendmouse (LEFT, PosX_0[n], PosY_0[n],wind);
n++
sendmouse (LEFT, PosX_0[0]+wind.leftclient, PosY_0[0]+wind.topclient,wind);
goto a;
}
Почему то показывает что нашел картинку в самом верхнем левом углу экрана а ее там в помине нет... где я ошибся?