Hi
First of all I want to say that I know very little of delphi, I did an introduction course to delphi almost 10 years ago and my knowledge of delphi today is seroiusly limited.
I am trying to write a simple game in delphi. What it should do is show a sequence of 3 colors on top with 3 choices on the bottom to choose the one that match the top one from. (it is a game for my toddler). I have written everythingexept for the programming for the three bottons. I use the image.picture.loadfromfile(filename) function to load the pictures.
What I am looking for is a demo program I can look at to fix my problems from.
The problem I am having at the moment is that it seems the program is not going into my "for count := 1 to 10 do" statement. The program executes (and then does absolutely nothing) with no errors but gives me a warning that the variable "count" is never used.
If someone could please assist me I would be forever grateful.
Applications → Programming Solutions → I need help - simple game in delphi10 Dec 2009, 16:25 You have to login or register to post comments. |



He is a Genius and very much helpful person.