home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / mac / programm / 22326 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.1 KB

  1. Path: sparky!uunet!ulowell!m2c!nic.umass.edu!caen!uwm.edu!rpi!deweeset
  2. From: deweeset@ptolemy3.rdrc.rpi.edu (Thomas E. DeWeese)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Arcade-style animation...
  5. Message-ID: <k2q3rl_@rpi.edu>
  6. Date: 27 Jan 93 17:25:33 GMT
  7. References: <1993Jan23.014127.5750@cs.ucla.edu> <1993Jan25.094256.12845@rulway.LeidenUniv.nl> <34994@goofy.apple.COM>
  8. Organization: Rensselaer Polytechnic Institute, Troy, NY
  9. Lines: 27
  10. Nntp-Posting-Host: ptolemy3.rdrc.rpi.edu
  11.  
  12. In article <34994@goofy.apple.COM> chris_russo@gateway.qm.apple.com (Christopher Russo) writes:
  13. >In article <1993Jan25.094256.12845@rulway.LeidenUniv.nl> Theo Vosse, 
  14. >vosse@ruls41.LeidenUniv.nl writes:
  15. >Unless you have sprites overlapping each other, which would lead to some 
  16. >ugly flicker and possibly a mess on the screen.  You'll probably want to 
  17.   Well there are a few problems that I see with all this.  First off
  18. I think you will tend to get ugly filckering even if they don't overlap
  19. Becuase sooner or later you are going to erase the sprite the scan line
  20. will pass you, drawing the background, and then you will draw your sprite,
  21. thus there will be one frame where the sprite ceases to exist.  I can't 
  22. think of any way to avoid this.
  23.  
  24. >Speaking of which, anyone have some low-level info, like where the screen 
  25. >pointer is kept, and the procedure for changing it?  Come on, give with the 
  26. >info.
  27.  
  28.   Well I know for a fact that the original Toby Frame Buffer is Compleately
  29. incapable of scrolling side to side.  If you look at the documentation for
  30. Max Apple Zoom, the guy who wrote it says so.  And I am willing to take his
  31. word as to that fact.  The other problem is that you would have to find
  32. and know about every video card on the market (as I don't believe there
  33. is any standard way to get this info from the card's driver).  Another thing
  34. that really bothers me is that they didn't require page fliping for 
  35. video cards.  So while you can ask for it the card is allowed to say no way.
  36.   Anyway it is a little late to worry about such things now. So don't :)
  37.                             Thomas DeWeese
  38. deweeset@rdrc.rpi.edu
  39.