Qbasicnews.com

Full Version: Help with a crappy game
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
here is a link to a very bad game, i only made it to check i could. Unfortunatly i couldnt Sad u can run the game and see that the white circle does not dissapear, ive tried quite a few different lines to get rid of it but none seem to work, can someone give me a line to use and tell me where to put in the code, thx

http://xerosis.sheer-design.com/GAME5.BAS
I think you can better redo it...
Dude, never save your source as binary.
That too
well any advice on the actual code?
The actual code isn't really editable for outsiders... You should've used a better coding style:

- Use "tab" on the right places
- Don't make it such a mess,

GET the images at one part of the code, then PUT them in another part of the code, etc, etc.

Divide your code up in sections, do one thing at a time
Sub routines. They really help to clean up code.