[Ajuda]Alguem ae tem alguma referncia em criar jogos em delphi

Started by Anonymous, 05 de May , 2007, 12:20:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Anonymous

dae galera blz eu sei fazer algumas coisinhas tipicas de jogos como movimenatr o personagem
if (key = 'a') or (Key = 'A') then
perso.Left :=perso.Left -4;
if (key = 'd') or (Key = 'D') then
perso.Left :=perso.Left +4;
if (key = 'w') or (Key = 'W') then
perso.top :=perso.top +4;
if (key = 's') or (Key = 'S') then
perso.top :=perso.top -4;
mais tipo quero algo mais avançado tem como alguem ae ajudar lol quero fazer um joguinhu =D vlw flws