home *** CD-ROM | disk | FTP | other *** search
/ Generous Efforts of Many / gemcd.zip / GEM.CD.E.po / NDA:CLIPLIB / CLIPLIB2.TXT < prev   
Text File  |  2010-05-14  |  4KB  |  100 lines

  1. CLIP LIBRARY for the Apple IIgs           Revised - Oct. 7, 1987
  2. Written by Joseph Ontiveros 
  3.            18603 Highway1, Suite 101
  4.            Fort Bragg, CA  95437
  5.            (CompuServe: 73250,341)
  6. ========================================================================
  7. Introduction
  8.  
  9.    What prompted me to write this program is the need to display
  10. graphic designs and information concerning new college courses 
  11. (especially computer courses) that are being offered at the college where
  12. I teach.  My plan is to have the Apple IIGS with ONLY the mouse and no
  13. keyboard connected and allow curious/potential students to select subjects
  14. by using the mouse to press buttons with appropriate titles on the screen.
  15. By pressing one of several buttons they can advance (or go back) through
  16. the graphic displays (but can never exit the demonstration).
  17.  
  18. THE PROGRAM
  19.  
  20.      It's fairly simple (though it taught me a lot of new stuff about the
  21.  GS toolset. The program has these options:
  22.  
  23.  
  24.  File Commands
  25.  -------------
  26.  
  27.  1. NEW : Creates a new CLIP LIBRARY FILE (file type is $08). You can
  28.     set the number of records in the file from 0 to 99. A size of 10
  29.     records will take approx 164K disk storage.
  30.     
  31.  
  32.  2. OPEN: Opens an existing library file (file type $08 - a graphic file).
  33.     Note that only 1 clip library file can be open at a time. Also, I
  34.     have noticed that the NEW Finder displays this file type with an
  35.     icon similar to the MacPaint graphic file icon.
  36.  
  37.  Edit Commands
  38.  -------------
  39.      
  40.  3. EDIT: This option allows you to view your clip records and to also
  41.     define/edit up to 7 buttons associated with the clip.
  42.     
  43.     When this option is chosen, the record number, the graphic clip, some
  44.     control buttons, and seven button-fillin boxes with branching values
  45.     are displayed.
  46.     
  47.     Here is what the buttons do:
  48.     
  49.         DONE: exits the EDIT option, you have access to the menu bar again.
  50.               Does NOT save any changes made to the record (use SAVE).
  51.         
  52.         LOAD: Loads to the screen what ever record is in the record# box.
  53.               This can range from 0 to the number of clip records you
  54.               created for this file (the total clip records is displayed
  55.               on the bottom left of the graphic clip.
  56.               
  57.         SAVE: Stores to what ever record is in the record# box the
  58.               button titles and branching values currently displayed.
  59.               
  60.     Below  the buttons described above there are 7 fill-in boxes for
  61.     button titles you can define.  If you enter a title in any of these
  62.     boxes when in LIBRARY MODE buttons a button with that title will appear.
  63.     To the right of the button title boxes are branching value boxes. Enter
  64.     in these boxes the record number to branch to when the user presses
  65.     that button (during LIBRARY MODE).  Placing a -1 in any button will
  66.     cause the library mode to halt, giving you/user access to the menu bar.
  67.     Make sure that unused button title boxes are 'empty'.
  68.     
  69.         
  70. 4. EDIT PICTURE: This option will allow you to load a standard graphic files
  71.     like Paintworks Plus screen file, or a Vision-Plus 320X200 graphic file
  72.     (must be filetype $C1).  Once you load this picture, use the scroll-bars
  73.     to adjust up/down/left/right until you have the portion of the picture
  74.     you want.  The resulting graphic "CLIP" will be 196 pixels horizontal, 165
  75.     pixels vertical.  When ready, enter into the fill-in the record number box
  76.     the record to store the clip. Press the STORE button. Press DONE
  77.     to get back to the menu-bar.
  78.  
  79.  MODES
  80.  -----
  81.     
  82. 5. LIBRARY MODE:
  83.      When you select this option the program will no longer accept commands
  84.     from the menu-bar (unless there is a -1 value for a button in the file).
  85.     Record number 0 appears on the screen with the CLIP you stored, and with
  86.     the buttons you named. Pressing a button will branch you to another record.
  87.     
  88.  (I would put some RESTART buttons with a value of 0 in key places so the user
  89.      can alway get back to the beginning).
  90.      
  91.      
  92.      I hope you can find some other uses for this program, real-estate,
  93.       restaurant menus, mapping, educational...etc.
  94.      
  95.      You should be able to create a RAM disk to store small CLIP LIB files
  96.      and the program.  One advantage to this is faster loading, plus if
  97.      you are using it for a demonstration there is no disk to be stolen.
  98.  
  99.      Enjoy!
  100.