home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 300 / 284 / drawexit.hlp < prev    next >
Text File  |  2020-08-13  |  2KB  |  34 lines

  1.                 ------- EXIT (Function Key) -------
  2.  
  3.  
  4. After you press the EXIT function key, you will be given 3 options
  5. as to what to do with the version of your drawing that is in memory.
  6.  
  7. --  Option 1
  8.     "Don't save the changes"
  9.     What this really means is don't replace any existing drawing
  10.     that's already on file with this version.  It does not delete
  11.     your old version (if any) of the drawing.  If you didn't have
  12.     a version of this drawing in your library before this session,
  13.     using this option will result in nothing being saved from your
  14.     current drawing.                                            
  15.  
  16. --  Option 2
  17.     "Save the changes"
  18.     This option will save your drawing using the version you've been
  19.     working on to either create a new file or replace the old one.        
  20.  
  21. --  Option 3
  22.     "Save the changes and generate a BASIC language version"
  23.     This will do the same thing as option 2 above; but in addition to that,
  24.     it will create (or replace) a BASIC program which when executed
  25.     will display the same drawing you've been working on.  The BASIC program   
  26.     will be named "yourname.BAS"
  27.  
  28.     NOTE  This is perhaps the most powerful feature of this system
  29.           because you should be able to take this generated code
  30.           and use it with your own code and or other drawings
  31.           to produce whatever effect/application you desire without
  32.           the usual difficulties encountered in producing high-quality 
  33.           graphics.
  34. /appl