Search found 142 matches

by The Awakened
Thu Aug 11, 2005 6:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Transparent color
Replies: 15
Views: 19853

Well, I assume you're using the following routine: for y = 0 to yourwidth for x = 0 to yourheight read pixel% pset x, y, pixel% next next Put this instead of the pset if pixel% > 0 then pset x, y, pixel end if That way, if the pixel is 0, the routine will just skip over it. As for PUTing, you'll hav...
by The Awakened
Sun Aug 07, 2005 2:07 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problems with files and other things
Replies: 4
Views: 5570

Whoops, that was me in the above post.