
Incorporating non-QBasic graphics into QB 4.5 programs
Quote:
> Hi everyone,
> I need a bit of help. I'm starting on a new program
> and would like to incorporate some graphics that I made
> in Microsoft's Paintbrush into the program. I already have
> tried gif.bas and bmp.bas, which view picture files in
> QBasic, and tried to modify them, with no success. Does
> anyone know how to do it?
> Thanks in advance,
> Darryl Schneider
> The QBasic Zone
> http://www.geocities.com/SiliconValley/8191/
I use PCX files and load them into raw data. After loading, I save the data
to files, consecutively. My SHOOTER game uses this method.
--
______________________________
Steven Sensarn
______________________________