Курсовая работа: Игровая программа
CarYPogresh:=YPogreshFlash;
end;
3:begin
//ShotGembic
glPushMatrix;
glTranslatef(0.5,0.12,0.0);
glCallList(ShotGembic);
glPopMatrix;
ChooseCar:='ShotGembic';
CarXPogresh:=XPogreshFlash;
CarYPogresh:=YPogreshFlash;
end;
4:begin
//ShotGlass
glPushMatrix;
glTranslatef(0.5,0.12,0.0);
glCallList(ShotGlass);
glPopMatrix;
ChooseCar:='ShotGlass';
CarXPogresh:=XPogreshFlash;
CarYPogresh:=YPogreshFlash;
end;
end;//Case
end;//RemoveMeny
end; //Car
if Selected_Menu_item='Actors' then //Нажатаклавиша Actors
begin
glCallList(Actor);
end;