From: twidler444 AT aol DOT com (Twidler444) Newsgroups: comp.os.msdos.djgpp Subject: Re: Animations Lines: 6 NNTP-Posting-Host: ladder01.news.aol.com X-Admin: news AT aol DOT com Date: 2 Jan 1999 08:13:52 GMT Organization: AOL Canada http://www.aol.ca References: <76kj4c$su3$1 AT tron DOT sci DOT fi> Message-ID: <19990102031352.01578.00003135@ng36.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com ok...first you have to initiate your graphic mode to 13h. (you know how i hope). then define a double buffer as a bitmap(320x200). then blit your picture to the double buffer and in each main loop you blit the double buffer to the screen. and that looks like animation. Twidler