Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.lang.pascal Subject: Re: Storing screen image for quick display Message-ID: <1991Jan23.051813.12112@isis.cs.du.edu> Date: 23 Jan 91 05:18:13 GMT References: <8416@hub.ucsb.edu> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Distribution: comp Organization: Math/CS, University of Denver Lines: 11 If you're willing to run in EGA mode, you can "redisplay" images quickly and very easily. In EGA mode there are multiple pages, only one of which is active. While the active page is being displayed, you can draw to a non-active page. Once the drawing's done, you can "flip" the pages, making the non-active page active (hence visible on the screen). Anyway this is a common way to do animation. Unfortunately TP does not support multiple pages for VGA or SVGA. Terrell