Тема: фотки
Показать сообщение отдельно
Старый 14.04.2010, 14:09   #26
odd
Мастер
 
Аватар для odd
 
Регистрация: 06.09.2007
Адрес: Донецк, ДНР
Сообщений: 1,023
Написано 298 полезных сообщений
(для 713 пользователей)
Ответ: фотки

Сообщение от www12 Посмотреть сообщение
а не жостикам
Можно джойстиком, можно цифровыми кнопками:

Program Map;
const 
step 8;
var
xykeykey2ijhiwiinteger;
imm image;
repboolean;
begin
y
:=0x:=0;
imm:=loadImage('/icon.png');
i:=GetImageHeight(imm);
j:=getImageWidth(imm);
wi:=GetWidth;
hi:=GetHeight;
rep:=true;

repeat

key2
:=GetKeyPressed;
key:=KeyToAction(key2); Delay(20);
if (
key2 50then key:=GA_UP;
if (
key2 52then key:=GA_LEFT;
if (
key2 54then key:=GA_RIGHT;
if (
key2 56then key:=GA_DOWN;
if (
key GA_DOWN) and (hi step ithen begin y:=y+steprep:=trueend;
if (
key GA_UP) and (0then begin y:=y-steprep:=trueend;
if (
key GA_RIGHT) and (wi step jthen begin x:=x+steprep:=trueend;
if (
key GA_LEFT) and (0then begin x:=x-steprep:=trueend;

if (
repthen
begin
    SetColor
(255255255);
    
FillRect(00wihi);
    
DrawImage(immxy);
    
repaintrep:=false;
end;

until false;
end
(Offline)
 
Ответить с цитированием