From: "Al Morgan" Newsgroups: comp.os.msdos.djgpp Subject: Page Flipping with Allegro? Date: Thu, 9 Mar 2000 20:55:44 -0800 Organization: Posted via Supernews, http://www.supernews.com Lines: 10 Message-ID: X-Complaints-To: newsabuse AT supernews DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What is a good method to to page flipping with allegro? I tried using blit(), along with a virtual screen for drawing on, but it wen't damned slow. I tried using scroll_screen, with calling set_gfx_mode with twice the y value, and some more code along with it to handle the flipping and such, but there's horrible flicker. Thanks, Al Morgan [ muaddib AT proaxis DOT com ]