Re: A83: SpRiTes ?


[Prev][Next][Index][Thread]

Re: A83: SpRiTes ?




yean yean wrote:
> 
> Hi !! :)
> That's me again (the french guy...).I'm still learning ASM
> and problems come to me (why???):
> -sprites' problems
> When my sprite is moving (right/left/up/down, whatever),
> it flash..?
> How can I avoid that ?

If you're writing directly to the screen, don't do that.  Try using the
graph buffer - erase the sprite, redraw it, then blit the graph buffer
to the screen.  That way the user won't be able to see the intermediate
operations.

-- 
John Kugelman.  kugelman@mnsinc.com

I believe we can change anything.
I believe in my dream.
    - Joe Satriani


References: