home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / scripti.lha / 3-DEE / Scripti / ScreenModes / ReadMe.ScreenModes.txt < prev    next >
Encoding:
Text File  |  1993-05-19  |  2.6 KB  |  43 lines

  1.  
  2. *****************************************************************************
  3. *                                                                           *
  4. *             Codes To Be Used For AREXX-Scripti ScreenMode Script          *
  5. *                                                                           *
  6. *                   Belongs to the AREXX-Scripti Collection                 *
  7. *                                                                           *
  8. *                      Cannot Be Distributed Seperately                     *
  9. *                                                                           *
  10. *                    Read The Docs Concerning All Scripts                   *
  11. *                                                                           *
  12. *                   Copyrighted By Jan Van Overbeke, 3-DEE                  *
  13. *                                                                           *
  14. *****************************************************************************
  15.  
  16. -----------------------------------------------------------------------------
  17.                                  Little Note
  18. -----------------------------------------------------------------------------
  19. I only want to show how to create a successfull script with ADPro as the
  20. host, and how powerfull it can be. As I already wrote in my docs, it is NOT
  21. my intension to help illegal ADPro-users, meaning they have no manual.
  22. Keep that in mind.
  23.  
  24.  
  25.  
  26. -----------------------------------------------------------------------------
  27.                                  The Codes:
  28. -----------------------------------------------------------------------------
  29. Here are the codes you will need for the scripts' arguments. These codes
  30. also count for non-AREXX-Scripti scripts!
  31.  
  32.              |  Interlaced    | Not Interlaced     | Size NoInt | Size Int |
  33. -----------------------------------------------------------------------------
  34. Lores        |       6        |          4         |   320x256  | 320x512  |
  35. -----------------------------------------------------------------------------
  36. Hires        |       7        |          5         |   640x256  | 640x512  |
  37. -----------------------------------------------------------------------------
  38. Super-Hires  |       70       |          68        |  1280x256  | 1280x512 |
  39. -----------------------------------------------------------------------------
  40. Productivity |       35       |          33        |   640x480  | 640x960  |
  41. -----------------------------------------------------------------------------
  42.              |                |                    |            |          |
  43.