From: visage AT yourmom DOT com (Visage) Newsgroups: comp.os.msdos.djgpp Subject: Re: Coding problems from an extreme C newbie... Date: Mon, 16 Nov 1998 00:06:25 GMT Organization: Your Mom.Com Lines: 20 Message-ID: <364f6be4.144836@news.flash.net> References: <199811152033 DOT UAA07034 AT remus DOT clara DOT net> NNTP-Posting-Host: ip167.toledo.oh.pub-ip.psi.net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sun, 15 Nov 1998 20:32:50 -0000, "Arthur" wrote: >> Is there any way to check if a certain spirite is in a certain >> location? I.e.: If blue.pcx is at 0,0 ,do this, or if red.pcx is at >> 20,20, do this. > >I'm not sure what you mean: [code snipped] >Is this what you mean? Yep..looks right. :) Ok, next question: I have a bunch of sprites on the screen. Is there a way to remove just one of them (or a handful) without having to redraw the screen and plop all the rest of the sprites back down? Hmm..this sounds like a dirty-rectangles solution to me, but I don't think I'm ready for that yet. :) - Steve