Message-ID: <001301c0012e$bf6eb1c0$847a5a8f@dynabook> From: "Rogerio Mazakina" To: Subject: Allegro : fade_in & fade_out Date: Tue, 8 Aug 2000 20:49:34 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com Hello. im using 24 bit color, and i cant use fade_in and fade_out functions. What do i need to do? PALLETE pal; set_color_depth(24); set_pallete(pal); load(...., pal) blit(img, buffer ...); rest(2000); fade_out(5); Thanks