Re: A86: Re: Assembly-86 Digest V1 #945


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

Re: A86: Re: Assembly-86 Digest V1 #945




> 
>  hi, could anyone help me out with a little something...
>  
>  like, i have the putsprite routine which is very easy to find, and its 
also 
>  very easy to use... but what if you wanted to move the sprite?  how do you 
> do 
>  that?  i mean, if you just move the coordinates, then it would just write 
>  over the last one and just screw everything up.  so how do you get the 
> sprite 
>  to MOVE???
>  
>  thanks alot!
>  
well if your using an xor sprite routine then just redraw the sprite at the 
same coords then change them  or just clear the screen between redrawings 
(which might cause some flickering)