|
-
Sep 7th, 2002, 12:36 PM
#1
Thread Starter
Frenzied Member
moving images
I have a moving image....but it leaves a trail....I have a background image also...how can I stop trails
-
Sep 7th, 2002, 12:37 PM
#2
Thread Starter
Frenzied Member
also when I move...it loses its transparency....is that just something with bitblt and drawing too fast??? 
it seems to be fine the first draw...but then when i move the window offscreen and back on to trigger wm paint it loses transparency
Last edited by SteveCRM; Sep 7th, 2002 at 12:43 PM.
-
Sep 9th, 2002, 06:15 AM
#3
There is nothing like drawing to fast.
To avoid trails: erase (or recreate) the background that is uncovered by the moving bitmap. To make it look smoother you should consider double buffering with a memDC.
How do you create the transparency effect?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|