From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: Bitmap Display Question... Date: Fri, 19 May 2000 10:37:45 +0400 Organization: MTU-Intel ISP Lines: 21 Message-ID: <3924E139.5BD20173@mtu-net.ru> References: NNTP-Posting-Host: ppp108-3.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 958718792 41367 212.188.108.3 (19 May 2000 06:46:32 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 19 May 2000 06:46:32 GMT X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: ru,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Probably your code is incorrect due to transparency color. Refer Allegro FAQ. Good Luck Alexei A. Frounze ----------------------------------------- Homepage: http://alexfru.chat.ru Mirror: http://members.xoom.com/alexfru Justin Szczap wrote: > > Hi, > Can someone please try to figure out what I might be doing wrong here?... > I successfully compiled a program which loads and displays a bitmap, then > fades out once a keypress is detected. The problem is that my bitmap is only > being displayed in the upper left corner of the screen, all the rest of the > display is just a pinkish-purple color. What'd I forget to do? Thanks in > advance... > - JS