Розробка гри “Відбивання кульки”
outtextxy(x+43,y+38,"Нова гра");
outtextxy(x+44 ,y+39,"Нова гра");
y=y+90;
rectangle(x,y,x+221,y+86);
rectangle(x+3,y+3,x+221-3,y+86-3);
circle(x+25,y+43,10);
outtextxy(x+43,y+38,"Допомога");
outtextxy(x+44 ,y+39,"Допомога");
y=y+90;
rectangle(x,y,x+221,y+86);
rectangle(x+3,y+3,x+221-3,y+86-3);
circle(x+25,y+43,10);
outtextxy(x+43,y+38,"Про автора");
outtextxy(x+44 ,y+39,"Про автора");
y=y+90;
rectangle(x,y,x+221,y+86);
rectangle(x+3,y+3,x+221-3,y+86-3);
circle(x+25,y+43,10);
outtextxy(x+43,y+38,"Вихiд");
outtextxy(x+44 ,y+39,"Вихiд");
x=212;y=120;i=0;
setfillstyle(1,4);
setlinestyle(0,0,0);
setcolor(4);
circle(x+24,y+i*90,9);