CODE:
win aaa=window ("Окно игры");
int Year, Month, DayOfWeek, Day, Hour, Minute, Second, Milliseconds;
int n=0;
//a:if (n<5000)
//{
getlocaltime(Year, Month, DayOfWeek, Day, Hour, Minute, Second, Milliseconds);
savescreen("D:\000\skreen"+format(Minute)+format(Second)+format(Milliseconds)+".bmp", 0, 0, 1000, 750, aaa);
//pause(1555);
n++;
//goto a;
//}
//else
//close();
|