Page 1 of 1

PixelPlus 256 (pp256) using .put images

Posted: Mon Feb 07, 2005 7:15 pm
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

Posted: Mon Feb 07, 2005 7:31 pm
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!