Xref: utzoo rec.games.programmer:3813 comp.lang.pascal:6832 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!munnari.oz.au!uhccux!uhunix1.uhcc.Hawaii.Edu!wyuu From: wyuu@uhunix1.uhcc.Hawaii.Edu Newsgroups: rec.games.programmer,comp.lang.pascal Subject: Screen Scrolling Message-ID: <13145@uhccux.uhcc.Hawaii.Edu> Date: 22 May 91 00:22:54 GMT Sender: news@uhccux.uhcc.Hawaii.Edu Followup-To: rec.games.programmer Organization: University of Hawaii Lines: 8 Hello. I am creating a arcade game now. I was wondering if there was any simple and efficient algorithm for graphics to make the WHOLE screen scroll, sans your character. Sorta like super Mario Bros. I was thinkng of XORing the background, then redrawing it at the new pos.. but jeez. I can only imagine how slow that will be. Ideas? I am using Turbo Pascal. Thanks.