Packer & Sprites...

Just starting out? Need help? Post your questions and find answers here.
Skipsy
User
User
Posts: 98
Joined: Wed Apr 30, 2003 12:26 pm
Location: France

Packer & Sprites...

Post by Skipsy »

Hello,

I used to display packed images this way :

Code: Select all

result  = NextPackFile ()

StartDrawing( ScreenOutput() )
drawimage( CatchImage( 1,result ) , 0, 0 )
StopDrawing()
FlipBuffers()
ClosePack()
Works fine but I can't find the way to the same with sprites.
Unfortunately Catchsprite does not work the same way.

So, how can I "transfer" the buffer where the BMP has been unpacked to
a #Sprite :?:

Looking for aspirin....
Beware of the man who has the solution before he understands the problem...