home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 300 / 284 / drawgenr.hlp < prev    next >
Text File  |  2005-11-25  |  2KB  |  60 lines

  1.               ------- GENERAL INFORMATION -------
  2.  
  3.  
  4. --  This system was designed to significantly reduce the amount of time it 
  5.     takes to produce high resolution graphics.
  6.  
  7. --  Requirements
  8.     --  128k ram
  9.     --  Color/Graphics Card
  10.               
  11.     NOTE  Generated BASIC programs do not require 128k.
  12.  
  13. --  Drawings are created interactively on the screen. using function keys.     
  14.  
  15. --  Helpful information is provided on the use of all of the function keys as
  16.     well as the other facilities.
  17.  
  18. --  Functions are provided to easily add to, modify, and delete portions 
  19.     of your drawings.
  20.  
  21. --  Drawings may be saved and worked on later.
  22.  
  23. --  A BASIC language version of a drawing may be generated.  This unusual 
  24.     feature will allow you to actually generate a BASIC program which
  25.     is immediately executable by the BASIC interpreter, and is compileable
  26.     by the BASIC compiler.                                       
  27.  
  28.     NOTE  These generated programs may be merged with other drawings 
  29.           and your own BASIC code to produce such things as
  30.           slide shows, animation, games, educational programs...etc.
  31.  
  32. --  This program may be useful (as it was to its author) for introducing 
  33.     youngsters to the computer.
  34.  
  35. --  Functions provided include:
  36.     --  drawing straight lines
  37.     --  drawing curves (arcs)
  38.     --  drawing circles
  39.     --  drawing individual dots
  40.     --  painting (or filling)
  41.     --  moving all lines (curves, circles, etc.) drawn to a particular point
  42.         to a new point
  43.     --  deleting existing lines, curves, etc.
  44.     --  copying one drawing into another (or any part of a drawing):
  45.         This includes -- shrinking and enlarging
  46.                       -- reversing colors of the copied drawing
  47.                       -- placement of the copy anywhere on the screen
  48.                       -- option to erase background area where the
  49.                          copy will be placed or superimpose lines
  50.     --  aspect finder logic:
  51.         This means circles will really look like circles on your monitor,
  52.         not elipses. 
  53.     --  aspect adjusting:
  54.         This resolves the differences in monitors,
  55.         so what looked like a circle on one monitor will also look like a
  56.         circle to you on your monitor.     
  57.  
  58.              
  59. what looked like a circle on one monitor will also look like a
  60.         circle to y