Search found 1 match

by windes
Mon Dec 08, 2014 1:42 am
Forum: Game Creation
Topic: BMP's in gwbasic
Replies: 29
Views: 72411

Load a BMP in GWBasic

One thing you need to remember: GWBASIC has a lot of limitations.. Here's the code that will give you the possiblity to load a 16X16 /16colors bitmap. You can't load anything that would exceed 255bytes.. Don't forget: Load gwbasic at dos prompt with switch /s:255 At line 501, change the filename and...