|
-
Jan 12th, 2001, 11:01 AM
#1
Thread Starter
Junior Member
Hi
I'm working on a prject - game, where a balloon is falling down and you have to control it. Balloon is an Image object, that is falling down:
Private Sub Timer1_Timer()
Image1.Top = Image1.Top + 15
End Sub
While the ballon is falling down, the picture of it is blinking. How can I solve this problem? Thanks for your help.
Jure
-
Jan 12th, 2001, 11:53 AM
#2
PowerPoster
You mean flickering I suppose... Well don't use a control, draw the sprite using BitBlt or DDraw instead (Detailled information about graphics programming on my homepage)
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
|