I need a code that loads gif files into Qbasic.
if anyone can help that would be great.
and also how do you animate in qbasic?
need a working code to put .GIF's into Q basic
Moderators:Administrator, Global Moderator
Re: need a working code to put .GIF's into Q basic
There are lots of examples of this.
Most are done in screen 13 which makes the picture
real large with less resolution.
I modified the well-known gif routine by Rich Geldreich to print 16 color gifs in screen 12.
Either way it's rather slow.
I'd look at allbasiccode.com or QB45.com for examples
of loading gifs.
Most are done in screen 13 which makes the picture
real large with less resolution.
I modified the well-known gif routine by Rich Geldreich to print 16 color gifs in screen 12.
Either way it's rather slow.
I'd look at allbasiccode.com or QB45.com for examples
of loading gifs.
Re: need a working code to put .GIF's into Q basic
You can also use the shell command and use another program to show your pictures. Check http://amor.rz.hu-berlin.de/~h0444e1w/vokeng.htm.