A89: Best way to do...


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

A89: Best way to do...



hey, i was wondering what the best way was to delete a sprite after it moves. such as when im moving a guy on the screen. the way im doing it is making a whole new sprite, with all 0's, and the mask with 1's... i know there has to be a better way that is alot easier...
 
the way im doing it right now, is before i change the coordinates, im saving the old ones, like move.w y,yo (y being y coord, yo being the old y coord) and then i put the blank sprite (witht he white mask) at the old coordinates then i display the new sprite...
 
can anyone please tell me a better way? thanks!
 
regards,
garry hatch