home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 18021 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.1 KB

  1. Path: sparky!uunet!gatech!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!news.funet.fi!funic!nntp.hut.fi!saha.hut.fi!k36889m
  2. From: k36889m@saha.hut.fi (Jouni Salmi)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: V39 Double-Buffering routines
  5. Message-ID: <1993Jan1.131120.18613@nntp.hut.fi>
  6. Date: 1 Jan 93 13:11:20 GMT
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Organization: Helsinki University of Technology, Finland
  9. Lines: 13
  10. Nntp-Posting-Host: saha.hut.fi
  11.  
  12. Sender: 
  13. Followup-To: 
  14. Distribution: 
  15. Organization: Helsinki University of Technology, Finland
  16. Keywords: 
  17.  
  18.  
  19. I'm planning to use the new V39 intuition.library double-buffering 
  20. routines when making some bob-animations on intuition screens: AllocScreenBuffer() and ChangeScreenBuffer().
  21.  
  22. What is the exact technique when doing such animation with these routines? Am I able to run the animations on the windows (one with a BACKDROP flag set) or should I use the screen's bitmap?
  23.  
  24. I also want to open some windows on the screen, but not in the same time I run the BOB-animations. Does all the old ECS-displaymodes support this double-buffering or is AGA required?
  25.