Search found 3 matches

by romassoldier
Thu Sep 01, 2005 11:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Transparent color
Replies: 15
Views: 19853

ok I will try it, and thanks.
by romassoldier
Tue Aug 30, 2005 10:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with DATA graphics
Replies: 57
Views: 56195

Re: Help with DATA graphics

If you do: DATA 01,01,01,01 DATA 01,00,00,01 DATA 01,00,00,01 DATA 01,01,01,01 FOR x = 1 TO 4 FOR x = 1 TO 4 READ z PSET(x, y), z NEXT NEXT DIM box(4*4) GET (0, 0) - (4, 4), box but i get a syntax error about the PSET(x, y), z so i redid it but now i get a syntax about GET (0,0) - etc. I think this...
by romassoldier
Tue Aug 30, 2005 9:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Transparent color
Replies: 15
Views: 19853

HI! My problem isn't in the DATA transparent colors. I use 8 bits .BMPs, and I wanna put the image onto the screen, but the background won't be visible. I make a BMP file, which is the mask(I saw it in the Sonix game), and the background is 50% grey. http://img311.imageshack.us/img311/1499/untitled1...