Re: Flickering images

 BBS: Inland Empire Archive
Date: 03-27-93 (09:59)             Number: 358
From: RICH GELDREICH               Refer#: NONE
  To: RICK PEDLEY                   Recvd: NO  
Subj: Re: Flickering images          Conf: (2) Quik_Bas
>  GV>     I need some help. I cant seem to get and put Images
>  GV> without the Flickering affect. So HELP! I Need some body,
>  GV> HELP! I Need any Body. H E L P!!!!!!!!!
>
> Try inserting this line just before you draw the new image:
>
> 'Wait for vertical retrace to reduce flicker
> WAIT &H3DA, 8

    I've learned that on very fast machines that still might not work.
If the frame takes very little time to draw, the WAIT won't pause
because the screen could be still in the same vertical retrace. Instead,
use this:

    WAIT &H3DA,8,8
    WAIT &H3DA,8

    This code makes sure that an entire frame is paused..

    Rich

--- MsgToss 2.0b
 * Origin: Computer Co-Op - Voorhees, NJ | Ted Hare (1:266/29)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET