home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 12763 < prev    next >
Encoding:
Text File  |  1992-07-21  |  980 b   |  23 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!sun-barr!apple!agate!dog.ee.lbl.gov!hellgate.utah.edu!lanl!beta.lanl.gov!harrison
  3. From: harrison@beta.lanl.gov (David A. Harrison)
  4. Subject: Animation
  5. Message-ID: <1992Jul21.154512.23702@newshost.lanl.gov>
  6. Sender: harrison@m4vax6.lanl.gov 
  7. Organization: Los Alamos National Laboratory
  8. References: <sholden-210792071651@intrepid.nosc.mil>
  9. Distribution: all 
  10. Date: Tue, 21 Jul 1992 15:45:12 GMT
  11. Lines: 10
  12.  
  13. What are the more common ways of making a program that uses animation run the
  14. same speed on all Macs.  I am having trouble because the Time Manager and 
  15. Vertical Rectrace Manager do not allow the their tasks to call graphics
  16. routines since Quickdraw routines access the Memory Manager.  There are
  17. ways involving polling global flags set by a Time Manager task or Vertical 
  18. Retrace Manager task, but these approaches waste CPU time that should be
  19. available to background tasks.  Does anyone have any ideas?
  20.  
  21. Dave Harrison
  22.  
  23.