[A83] Re: moving sprites
[Prev][Next][Index][Thread]
[A83] Re: moving sprites
http://www.ticalc.org/pub/86/asm/source/sprmove.asm
> What is the best way to move a sprite across the screen? I want to keep
one
> sprite where it is and move the other to the other side of the screen. I
> tried a loop where I 'inc' x coordinate, display the moving sprite, loop
back
> to clrLCDfull and display the stationary sprite again, but the program
goes
> berserk... it puts a column of garbage in the middle of the screen and
just
> keeps refreshing until i pull the batteries.
>
> Any better way of doing this?
References: