Path: utzoo!mnetor!uunet!husc6!ukma!rutgers!rochester!PT.CS.CMU.EDU!andrew.cmu.edu!bm1q+ From: bm1q+@andrew.cmu.edu (Benjamin Jameson McCurtain) Newsgroups: comp.sys.mac.programmer Subject: Re: Animation! Message-ID: Date: 10 Apr 88 16:54:47 GMT Organization: Carnegie Mellon University Lines: 19 In-Reply-To: <8WKEany00VsEFLs08A@andrew.cmu.edu> > (how to animate with PICT resources..... ) Hoo boy.... Well, first of all, if you want any sort of speed at all, you'll need to make these bitmaps.. And then you can use CopyBits, which will be perfect for restoring the background (use the xor mode twice, and the background will be restored, try it on paper) To make bitmaps from PICTS, do a DrawPict ( or some such, I'm not near any mac docs right now) on an off-screen bitmap.. To do that, make two bitmaps, one to save the current portbits, and one for the new one ( your bitmap), then set portbits to the bitmaps for your shapes, draw the picture here, and there you have it. Then you're set to use copybits. I can send specific code if anyone requests it.... Ben McCurtain bm1q@andrew.cmu.edu