Posted: 9th Feb 2003 0:07
I have just finished making my first gme pong!

Go to http://frostbp.tripod.com/index.htm to download it!
Posted: 9th Feb 2003 1:28
jesus the least you could have done was compile it...I don't have db on this comp...
Posted: 9th Feb 2003 19:19
When i compile it the exe won't work 8(
Posted: 9th Feb 2003 22:22
Wow, pretty good, better than my version of pong.
Posted: 10th Feb 2003 2:52
I have the same problem with .exe's, whenever I try to run one that I have compiled my system freezes up.
Posted: 10th Feb 2003 5:26
checked out your code, you put the commands:

Load Image "pongtitle.bmp",10
Load Image "menupic.bmp",1

within a loop, you do know that your constantly loading the bitmap everytime the loop cycles? when i tried it it just crashed and even closed dark basic, after removing it from the loop and putting it untop it worked fine!

nice version of pong! i'm not even sure i could even make pong! i never liked starting small