Board index » cppbuilder » How to Paint an Animation over another Animation
Onkel Gilber
![]() CBuilder Developer |
Wed, 16 Oct 2002 03:00:00 GMT
How to Paint an Animation over another Animation
Hello,
I'm programming a Screensaver... There should walk much animals over other. It's me possible to make it with BitBlt, but there I have the problem, how I realized it.... BitBlt(BitmapTemp->Canvas->Handle, 0, 0, iB, iH, BitBlt(BitmapTemp->Canvas->Handle, 0, 0, iB, iH, Has somebody an idea, how to realisize it, without DirectX? bye |