home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 205 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS friendly part II
  5. Date: 4 Jan 1996 15:45:43 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4cgsn7$ke3@maureen.teleport.com>
  8. References: <38231819@kone.fipnet.fi>
  9. NNTP-Posting-Host: kelly.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  13.  
  14. : Last time, when I asked these questions, it just became 
  15. : something else than helpful. Let us hope this time
  16. : we are able to have nice, helpful discussion.
  17.  
  18. : 1) Let us assume I am doing a demo or a game. In a demo,
  19. :    I am displaying a 320x128 screen for a effect, then
  20. :    I want to show a picture with a 640x256 resolution?
  21. :    I dont want to close the 320x128 screen and open a 640x256 one.
  22. :    Any solutions?
  23. :    
  24. : 2) Copper tricks are not possible, I presume. I want CyberGraphX
  25. :    support, too.
  26.  
  27.  Open the upcoming screen with the SA_Behind option... end after
  28.  using ScreenToFront() close the old screen.
  29.  
  30.  Stephan
  31.