Mail Archives: djgpp/1997/08/27/22:21:34
Rudy Gingles <spy AT oregoncoast DOT com> writes:
> I'm getting this strange problem when running a program I'm working on,
> which uses Allegro to draw bitmaps and RLE sprites onto the screen. I
> have an RLE sprite which move across the screen quickly, and as it
> moves, little bits of the sprite get sprinkled across the rest of the
> screen.
Not so strange. You don't mention erasing your sprite. You have to
redraw the background that it overwrote.
> I'm only using draw_rle_sprite() to draw it to the screen, so it
> couldn't be my code. Whats going on? Has anyone else had this problem?
Almost everybody, at some point.
> Maybe its a bug in Allegro? Please help! Thanks.
I have to say, that was a really premature suspicion. It's true that any
tool of serious complexity will have a few bugs that are found only
after using it. But you should only suspect that after you've
investigated the problem very thoroughly.
> Rudy
Tom
- Raw text -