Results 1 to 2 of 2

Thread: Annoying Flicker

  1. #1
    NOMADMAN
    Guest

    Annoying Flicker

    I'm making a centipede clone. I'm using BitBlt for my graphics and when I get to my 'Update Screen' sub I use a "quick" cls on the form. This renders a mildly annoying flicker. Anyone know a way around this besides me having to only update the sprites that moved since the last update screen?

    I'm looking for a trick anyone might know, I DO know how to fix this but a trick to continue using the CLS or something equal would be much nicer.

    Thanks to anyone who takes there time to help me!

    NOMAD

  2. #2
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    Form.AutoRedraw = True

    then use:


    Form.Cls
    ; Draw stuff here
    Form.Refresh
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

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