home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / Basic / SPLCHV2.ZIP / SPLOTCH.DOC < prev    next >
Encoding:
Text File  |  1992-02-22  |  5.8 KB  |  133 lines

  1.  
  2.                                  Splotch
  3.  
  4.                          Copyright 1992 James Roos
  5.  
  6.  
  7.           Splotch is VGA/MCGA paint program for QuickBASIC programmers
  8. looking to save program images in memory image format, or anyone who just
  9. wants a simple paint program to fool around with.
  10.  
  11. INCLUDED-
  12.                       ─┐
  13. SPLOTCH.DOC            ├ This file
  14.                       ─┘
  15.                       ─┐
  16. SPLOTCH.EXE            │
  17. SPLOTCH1.DAT           │
  18. SPLOTCH2.DAT           ├ Splotch program files
  19. VGA256.BGI             │
  20.                       ─┘
  21.                       ─┐
  22. SPLOTCH.BAS            │
  23. SPLOTCH.PLT            ├ QB source code and palette file
  24.                       ─┘
  25.                       ─┐
  26. SAMPLE.BLD             ├ Sample memory image file
  27.                       ─┘
  28.  
  29.           Splotch is being released as Bannerware.  Free for you to use
  30. and distribute, providing you do not alter the program files, and that
  31. you distribute all of the included files.
  32.  
  33.           To start Splotch, type Splotch (no kidding? =-) After a few moments,
  34. the "Tools" window will appear and you are ready to begin.  You may select
  35. options from the tools window by clicking their icon with the left mouse
  36. button.  Usualy you can bring the Tools window back up by pressing the
  37. RIGHT mouse button. <───(IMPORTANT)  Below is an explantion of all the
  38. icons in the Tools window, and how to use each of these Tools.
  39.  
  40.                                 ┌──────┐
  41.                                 │ DRAW │
  42.                                 └──────┘
  43. The first icon is the freehand draw icon.  Use this icon to do free hand
  44. drawing in the currently selected color.  Just hold the left mouse button
  45. and drag the mouse to draw.
  46.  
  47.                                 ┌──────┐
  48.                                 │ LINE │
  49.                                 └──────┘
  50. The second icon is the line icon.  Use this tool to draw straight lines in
  51. the currently selected color.  Press the left mouse button at one end of
  52. your line, drag the mouse to the second point of the line, and release.
  53.  
  54.                                 ┌───────┐
  55.                                 │ SPRAY │
  56.                                 └───────┘
  57. Use the Spray tool to "Spray" random pixel around the screen in the
  58. currently selected color.  Point to the area of the scren and press or hold
  59. the left mouse button to Spray.
  60.  
  61.                            ┌─────────────────┐
  62.                            │ SOLID RECTANGLE │
  63.                            └─────────────────┘
  64. To create solid rectangles, point the mouse to the upper left corner of the
  65. prospective shape, press and hold the left mouse button.  Draw the box
  66. right and down until you have created the proper shape and size rectangle
  67. and release the button.
  68.                               ┌───────────┐
  69.                               │ RECTANGLE │
  70.                               └───────────┘
  71. The Rectangle tool works identicly to the Sold Rectangle tool, except it
  72. does not fill in the shape.
  73.                              ┌──────────────┐
  74.                              │ CUT N' PASTE │
  75.                              └──────────────┘
  76. When you select Cut n' Paste, a second window will appear.  From here,
  77. select either the Cut (Scissors) or Paste (Glue) icon...
  78. CUT-Use cut as you would the Rectangle tools, starting from the upper
  79.     left corner of the area to be copied, and dragging down and right,
  80.     and releasing.  Once you release, the Tools window will reopem.
  81.     Note that you can cut an image from one picture, load another, and
  82.     still paste it.
  83. PASTE-Put to the upper left corner of where you would like the image to
  84.       to be placed and press the left mouse button.  You may also drag
  85.       the captured image around the screen and use it as a paint brush.
  86.  
  87.                                 ┌──────┐
  88.                                 │ ZOOM │
  89.                                 └──────┘
  90. The Zoom icon (Magnifying glass) allows you to look at a portion of your
  91. image close up (3x).  Point to the upper left corner of the area you wish
  92. to view Zoomed.  The Zoom windows will open up.  You may draw free hand
  93. onto the enlarged areas.  Once you are finished editing the area, press
  94. the [OK] box located in the upper right corner of the large Zoom window.
  95.  
  96.                                 ┌──────┐
  97.                                 │ UNDO │
  98.                                 └──────┘
  99. Pressing the UNDO icon will undo all the changes made since the last
  100. graphics editing (This excludes Palette, Print, Save, etc.) icon was
  101. choosen.
  102.                                ┌─────────┐
  103.                                │ PALETTE │
  104.                                └─────────┘
  105. Clicking the Palette icon brings up the Palette window.   Here, point to
  106. the color you wish to use, and press the left mouse button.  To close the
  107. Palette window, press the [OK] box located in the upper right corner.
  108.  
  109.                                 ┌───────┐
  110.                                 │ PRINT │
  111.                                 └───────┘
  112. Press this to print the picture on any Epson *LETTER QUALITY* (Or compat, if
  113. there are such) printer on-line with parallel port 1.  It's a crude
  114. printing routine, but all I could come up with using the skimpy information
  115. provided by the Epson manual.
  116.  
  117.                                  ┌──────┐
  118.                                  │ QUIT │
  119.                                  └──────┘
  120. When you press the Quit icon you are asked to confirm your choice.  Press
  121. the OK icon to reopen the Tools window and abort the quit.
  122.  
  123.  
  124. I would appreciate any comments you might have.  If you find the program
  125. useful, use it on a regular basis, or upload it to a BBS, and are a member
  126. of AOL, please let me know. Updates and other software release information
  127. will be offered to those who show interest.
  128.  
  129.                                                    James Roos
  130.  
  131. AOL:JimRoos
  132.  
  133.