Results 1 to 2 of 2

Thread: Blink problem

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 1999
    Location
    Preddvor, SI, Slovenia
    Posts
    18

    Lightbulb

    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

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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
  •  



Click Here to Expand Forum to Full Width