Message-ID: <000201be13d4$675a05a0$b2f5ffc2@default> From: "=?iso-8859-1?Q?Lazer_---=A4---?=" To: Subject: see-trough & sprites Date: Thu, 19 Nov 1998 16:35:48 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01BE13DA.AA18C1A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Reply-To: djgpp AT delorie DOT com Denne opdelte meddelelse er i MIME-format. ------=_NextPart_000_0018_01BE13DA.AA18C1A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does any-one know how to use (and declare) see-trough colors? Is'nt there a better way of moving sprites then this: while(!key[KEY_ESC]) { clear(screen); Q=3DQ+1; draw_sprite(screen, my_image, Q, 200-the_image->h); } Thanks Lazer ------=_NextPart_000_0018_01BE13DA.AA18C1A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Does any-one know how to use (and = declare) see-trough colors?
 
Is'nt there a better way of moving sprites then=20 this:
 
while(!key[KEY_ESC])
{
clear(screen);
Q=3DQ+1;
draw_sprite(screen, my_image, Q,=20 200-the_image->h);
}
 
Thanks
 
       =20 Lazer
------=_NextPart_000_0018_01BE13DA.AA18C1A0--