home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.atari.st.tech
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!destroyer!cs.ubc.ca!alberta!cpsc.ucalgary.ca!debug!Cford
- From: Cford@debug.cuc.ab.ca (Conan Ford)
- Subject: Re: Sending objc_draw to a buffer
- Reply-To: Cford@debug.cuc.ab.ca (Conan Ford)
- Organization: The Magic BBS (Debug Computer Services)
- Date: Sun, 20 Dec 92 15:12:31 GMT
- Message-ID: <1992Dec20.151231.5801@debug.cuc.ab.ca>
- Keywords:
-
-
- Lines: 11
-
- Here's a suggestion:
-
- Set the logbase() to a 32000 byte buffer. That way all drawing will be
- done there but the user won't see it. After each objc_draw, use BIT_BLIT
- to save the drawn stuff into another buffer. After you are done, set the
- screen back. Make sure to hide the mouse for this.
- --
- Conan Ford 1:134/9,201:5500/9,1:134/21 | Save our forests - ask for
- Cford@debug.cuc.ab.ca | plastic bags :-)
- ------------------------------------------------------------------------
- I do not represent Debug Computer Services.
-