From: Robin Burrows Newsgroups: comp.os.msdos.djgpp Subject: Re: Need help on bmp routine Date: Fri, 12 Feb 1999 21:43:57 +0000 Organization: Virgin Net Usenet Service Lines: 10 Message-ID: <36C4A09D.72B2@bigfoot.com> References: <36C48DE6 DOT 3C641099 AT jupe DOT net> NNTP-Posting-Host: 194.168.70.36 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01C-VN711-003 (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com James wrote: > to move the image then I clear(screen) and blit the bmp to the new spot. > This seems to be the cause of all the flickering. I'd like a better way > to do this but am not sure how. Thanks for any help that anyone can > give. Look in your allegro/examples directory and examine the text file, there are examples showing ways to update the screen without flicker, and of course all the .c source.