Re: moving background


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

Re: moving background



Chris Hiszpanski wrote in message <199807160146.SAA18345@scv.net>...
>Ok, I understand how sprites work, but how can I get a whole screen to move
>and keep going. For example, Penguins and chicken shoot.


Change the pixel offsets of the individual sprites.  Be sure to clip what's
outside of the screen, then redraw all of the sprites (use sprites for the
background, too.  They tile like Windows backgrounds, or join together to
make a bigger picture.)


References: