Nikanr пишет:
почему textout печатает дополнительно единицу
а так?
CODE:
int x2,y2;
for(int pola=6; pola>0; pola--){
pause(100);
getmouse(x2,y2);
textout(0, x2+10, y2+10, format(pola)+" ",0);
pause(900);
}
for(int pola=6; pola>0; pola--){
pause(100);
getmouse(x2,y2);
textout(0, x2+10, y2+10, format(pola)+" ",0);
pause(900);
}