Moving Images With Transparency
Hi, all...
I've recenetly started a project where I need an image whose background is transparent (using the BitBlt technique), on top of of a non-transparent image that will move up and down the screen.
Does anyone know a way to do this that is fast? I tried compositing the two images together and then drawing them to the form, but it's sooo slow (or either I wrote it really inefficient!).
If anyone has any ideas, I'd appreciate any help! I'm kinda still new at this stuff, so please go moderately slow.
- Amp