Hi all, I'm a game designer/artist/musician, and I need a programmer to make a really great game! Please write me an email at keithburgun@... if you're...
My son has asked me to write him a Battle ships game in Delphi. Does anyone have any source that could help. I'm right in the middle of another project and...
Single player v computer ... From: William Cairns [mailto:william.cairns@...] Sent: 01 October 2003 09:56 To: delphigames@yahoogroups.com Subject: RE:...
How good must it look? I could do you something is a couple of hours if you need it relativly simple. If you'd like nice graphics etc give me a couple of days....
I'm going to have a quick go myself this lunch time to produce something simple. I could download a commercial game but there is something about a programming...
I've already downloaded 7 different ship pictures, images for explosions and missed, as well as a nice cannon etc. I'm all ready to start with a nice flavored...
Hello Keith, dyc> Hi all, I'm a game designer/artist/musician, and I need a programmer dyc> to make a really great game! Please write me an email at dyc>...
Does anybody know if its possible to not display the vert/horiz scroll bars on a form, but still have them enabled. I'd like to be able to control their...
Hi Keith My name is Zamrony p Juahara from Indonesia, I'm delphi programmer and interested mainly on game programming, I'd like to join you.. ... programmer...
... I believe you can use ScrollBy method that is defined in TWinControl. It allows you to manually scroll a windowed component without using scroll bars at...
I dont believe its possible. The only components that have a transparent property are those that inherit from TGraphicControl. TPanel inherits from TWinControl...
hi, i dont know if it will work or not because panel is inherited from TWinControl so we cannot override Paint method to create transparent panel. I won't give...
I want to use a transparent panel to hold a transparent Timage, so that you can see through both. Because Panels have a doublebuffered option it would be an...
Perhaps you should place the TImage directly on the form. If you need a border, use a TBevel. Jon Jacobs On the road of life, sometimes you are the bug,...
I dont want an Image with a border, I want an image that doesnt flicker if it is moved. I could go to the trouble of buffering every image seperately as per...
The form, like all TWinControl descendants, has a DoubleBuffered property, which you can set in code. Jon Jacobs On the road of life, sometimes you are the...
Not sure if anyone worked on an entry for the Secant Game Contest but I have just submitted my entry - I was working on a game then someone of this list asked...
Hello Cairns, The game looks very cool, I haven't had the time to download it yet, but I'll do so later today! Can you give me the link of the Secant Game...
Do you have a URL to the site that is running the game contest ? ... From: William Cairns [mailto:william.cairns@...] Sent: 21 October 2003 09:43 To:...
Hi Check my thread on dgdev - I dont have the link here right now. William Cairns Senior Solutions Architect arivia.kom Tel: 011 655 2445 Cell: 082 803 4657 ...
OK a VERY late reply, but i just wanted to thank you for work! I thought DGC was lost forever, untill i found this list. BTW: It compiles nicely in Delphi7 too...
I've done quite few 2D isometric engines but have found that making one into a component isn't viable as each time there are different things that you want to...
Well, I've finally started to play around with Delphi and GLScene. Still experimenting and guessing how to do stuff (I wish the documentation had explanations...