home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / 2304 / EBOX.DOC < prev    next >
Text File  |  1993-10-07  |  5KB  |  121 lines

  1.                                 ABOUT EBOX.EXE
  2.  
  3.          EBOX.EXE  is  a  program  from  the  kit,  PIECES, by Another
  4.          Company.  With PIECES, you can create just about anything for
  5.          IBM-compatible computing.  No programming skill is necessary.
  6.          See end of this file for more information about PIECES.
  7.  
  8.                                  What It Does
  9.  
  10.          EBOX is a screen effect.  After  displaying  an  image,  call
  11.          EBOX to create an expanding box of solid  color  anywhere  on
  12.          the  screen  and of any size.  The rate of expansion can also
  13.          be adjusted.
  14.  
  15.                                  How To Use It
  16.  
  17.          EBOX requires 6 integers, separated by spaces on the  command
  18.          line:
  19.  
  20.          1) The left boundary in pixels.
  21.  
  22.          2) The top boundary in pixels.
  23.  
  24.          3) The right boundary in pixels.
  25.  
  26.          4) The bottom boundary in pixels.
  27.  
  28.          5) The color for the expanding box (see chart below).
  29.  
  30.          6)  An  integer  to represent the time required to create the
  31.          box.  The time will run nearly the same on various computers,
  32.          but will differ depending on the video mode and the  size  of
  33.          the  expanding  box.  A  good  number would usually be in the
  34.          range of 0 to 50.
  35.  
  36.          For  an  example, if you typed the following lines in a batch
  37.          or script file, or from within a program:
  38.  
  39.          PGIF.EXE OSTRICH.GIF
  40.          EBOX.EXE 10 20 629 459 4 20
  41.  
  42.          First a picture of an ostrich would  be  shown  by  PGIF.EXE,
  43.          then a red (color #4) expanding box would develop, eventually
  44.          filling the area 10 pixels from the left edge of the  screen,
  45.          20  pixels  from  top,  extending to 629 pixels from the left
  46.          edge and 459 pixels from the bottom. The speed is  20,  which
  47.          is typical.
  48.  
  49.                                     Colors
  50.  
  51.          The  first  16  colors  of  16  and  256  color modes usually
  52.          correspond to the chart below, but may be changed by .PCX  or
  53.          .GIF that take control of the color palette:
  54.  
  55.          0 : black
  56.          1 : royal blue
  57.          2 : forest green
  58.          3 : cyan
  59.          4 : red
  60.          5 : purple
  61.          6 : brown
  62.          7 : light gray
  63.          8 : dark gray
  64.          9 : electric blue
  65.          10 : light green
  66.          11 : sky blue
  67.          12 : light red
  68.          13 : magenta
  69.          14 : yellow
  70.          15 : white
  71.  
  72.  
  73.                                  About Pieces
  74.  
  75.          PIECES is a shareware disk containing several small  programs
  76.          that  can  be  combined  to  do  a  variety  of  tasks   with
  77.          a super-professional look and feel. No programming experience
  78.          is  needed.   PIECES  can  be  expanded  to  incorporate your
  79.          favorite programs as well, so it's possibilities  for  making
  80.          and enhancing pictures shows, text presentations, multimedia,
  81.          electronic catalogs, teaching materials, executable software,
  82.          games, shareware and more are limitless!
  83.              You  can  register  as many or as few PIECES as you wish.
  84.          Registered users are licensed  to  copy  and  distribute  the
  85.          PIECES  along  with  their  finished  products.  Unregistered
  86.          users may copy and distribute the complete unmodified  PIECES
  87.          package,  but  may not use only portions of it until purchase
  88.          of registration.  Use  of  PIECES  beyond  30  days  requires
  89.          registration.
  90.              Most  shareware  PIECES  programs  have  a "unregistered"
  91.          notice which pops up randomly, approximately every 200 times.
  92.          This is removed from the registered versions, and also  saves
  93.          as much as 3,000 bytes disk space per program.
  94.  
  95.              This software is  copyrighted  by  Jeff Napier of Another
  96.          Company, and distributed by Gary Smith of OEC Systems.
  97.              
  98.              The  shareware  or  registered  versions of PIECES may be
  99.          purchased from Gary Smith at OEC Systems:
  100.  
  101.                                 Gary Smith
  102.                                 c/o OEC Systems
  103.                                 4646 North Shallowford Road
  104.                                 Atlanta, GA  30338-6304
  105.  
  106.                                 phone: 404-394-1000
  107.                                 orders only: 800-444-2424
  108.                                 fax: 404-394-1006
  109.                                 BBS: 404-804-7889
  110.                                 
  111.                                 MasterCard and VISA accepted
  112.  
  113.              Neither Another Company nor Gary Smith/OEC Systems assume 
  114.          any  responsibility  for  your  use  of  this  product or any 
  115.          Another Company product.
  116.          _____________________________________________________________
  117.                                                           end of file.
  118.  
  119.  
  120.  
  121.