Kibor пишет:
Но лучше выделить немного больше...
Я выделю объемы 50х33.
И задам
CODE:
int x[1155];
int y[1155];
Получится
[code]activate(w);
a:
finddynamic(0, #x[0], #y[0], 1, 1, 50, 33, 0, 0, xe, ye, w);
savescreen("C:\savescreen\screen\screen"+format(n)+".bmp", 0, 0, 400, 300, w);
sleep(500);
key(DOWN);
sleep(500);
din=finddynamic(pa, #x[0], #y[0], 1, 1, 50, 33, 0, 0, xe, ye, w);
if (din>de)
{n++;goto a;}
int y[1155];
Получится
[code]activate(w);
a:
finddynamic(0, #x[0], #y[0], 1, 1, 50, 33, 0, 0, xe, ye, w);
savescreen("C:\savescreen\screen\screen"+format(n)+".bmp", 0, 0, 400, 300, w);
sleep(500);
key(DOWN);
sleep(500);
din=finddynamic(pa, #x[0], #y[0], 1, 1, 50, 33, 0, 0, xe, ye, w);
if (din>de)
{n++;goto a;}
Теперь понял, почему вы рекомендовали поставить больший размер.
Спасибо огромное.