How to copy a (clipped) sprite on an image ?
Posted: Mon Feb 09, 2004 12:28 pm
Hello everyone,
My problem is the following :
I've got a sprite loaded. Basically, it's a tileset which i need to clip from to display a specific tile.
My problem is that i need to put that clipped part of the sprite tileset into an image (i'm working on a map editor and i can't display sprites in my listicon gadget).
So, the difficult part is to display the sprite on the image. I've tried a bit with bitblt_ function but i don't understand it fully, so i might be making a mistake somewhere.
Does anyone has an idea on how to copy a (clipped) sprite onto an image ?
Thanks in advance,
Pythagoras
My problem is the following :
I've got a sprite loaded. Basically, it's a tileset which i need to clip from to display a specific tile.
My problem is that i need to put that clipped part of the sprite tileset into an image (i'm working on a map editor and i can't display sprites in my listicon gadget).
So, the difficult part is to display the sprite on the image. I've tried a bit with bitblt_ function but i don't understand it fully, so i might be making a mistake somewhere.
Does anyone has an idea on how to copy a (clipped) sprite onto an image ?
Thanks in advance,
Pythagoras