Jump to content
xisto Community
Sign in to follow this  
mpodner

Make Games In Delphi 7 ? Help me to mke a game

Recommended Posts

Who say is games are somthing hard to write ?!? :rolleyes: here//---------- code ---------uses windows;click1: integer;click2: integer;isclicked: boolean;procedure TForm1.Button1Click(Sender: TObject);begin if (!iscliced) then begin click1 := GetTickCount(); iscliced := TRUE; end else begin click2 := GetTickCount(); Label1.Caption := IntToStr(click2 - click1); iscliced := FALSE; end;end;//---------------------------And need form with one Label named Label1 and one Button named Button1 wit above code included to OnClickEvent;///////////Thi cool game show how fast player do dubble click B) in miliseconds :D:lol:B):(B):(:(

Share this post


Link to post
Share on other sites

If you are interested in making games with Delphi. Try this address and download the engine and test game demo. Make sure you download all the basic tutorials for the engine. Here is the address:

http://adventure-creator.com/

Good luck /txtmngr/images/smileys/smiley1.Gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.