PixelPlus 256 (pp256) using .put images

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Agent_Firestalker

PixelPlus 256 (pp256) using .put images

Post by Agent_Firestalker »

How do you use pixel plus 256 images (.put format). The manual (word doc) thaat came with the download was good, but not perfect. the routines they included didn't work with my picture, and my picture is only a small 10k sprite.
I created a 40x16 person sprite, but I can't "put" it into programs. How do I do this, and can I do it easier than the pp256 guy did. (less code, maybe?)

thanx
Agent_Firestalker
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

Code: Select all

DIM Image(TotalX * TotalY)
DEF SEG = VARSEG(Image(0))
BLOAD "File.put", Image(0)
DEF SEG
I think thats it! Not sure, though!
Image
Post Reply