Results 1 to 5 of 5

Thread: 2 animations = flicker?

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    5

    2 animations = flicker?

    Hello~!

    Excuse my english~ But I've made simple TCP/IP game...works good, but when both characters move at once it flickers...why?! thanks~

    edit: I using bitblt by the way..
    Last edited by Master ViVi; Oct 31st, 2002 at 05:50 PM.

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Location
    Baltimore, MD
    Posts
    230
    Are you blitting right to the screen or to a backbuffer?

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    5
    Originally posted by Machaira
    Are you blitting right to the screen or to a backbuffer?
    To the screen.

  4. #4
    Lively Member FireSlash518's Avatar
    Join Date
    Nov 2001
    Posts
    67
    Use a backbuffer instead. Then blit the entire backbuffer to the main screen.

    For instance, have two forms, a backbuffer form (not visible) and blit everything to that. Make sure its the same size. then, when all the blitting has been done to the backbuffer, blit the backbuffer to the main form.

    Leader of the Maxoverkill Mods
    -Fire§lash

  5. #5
    Addicted Member jmiller's Avatar
    Join Date
    Jul 2002
    Location
    University of Michigan
    Posts
    238
    you don't even need a form. Just a create a bitmap at runtime, then blit to its dc.

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