home *** CD-ROM | disk | FTP | other *** search
/ Kids Cube / 1_Art.iso / cray40 / crayon.doc < prev    next >
Text File  |  1995-01-17  |  8KB  |  193 lines

  1.  
  2.     Program: Crayon Box
  3.  
  4.  
  5.     Version: 4.0
  6.  
  7.  
  8.     Requirements: EGA or VGA graphics, Microsoft compatible mouse, hard
  9.     disk drive, 512K free memory, one child.
  10.  
  11.  
  12.     Author: Philip P. Kapusta, P.O. Box 5423, Falmouth, Va. 22403 USA
  13.  
  14.  
  15.     Registration cost: $ 12.00
  16.  
  17.  
  18.     Short description:
  19.  
  20.     A coloring and sketch book, plus math drills, counting tutor, USA
  21.     quiz, piano, and Concentration memory game all rolled into
  22.     one colorful program! Fun and educational. Young children will love
  23.     it!
  24.  
  25.  
  26.     Long description:
  27.  
  28.     Crayon Box has a little bit of everything for your little ones.
  29.     First, it is a coloring and sketch book with over 450 different
  30.     colors and patterns that can be used to paint predrawn pictures,
  31.     or drawings that the child creates.  In addition, Crayon Box tests
  32.     the child's math, counting, and color identification skills. The
  33.     math feature displays large 1" high numbers and prompts the child
  34.     for answers.  10 different skill levels from easy (2+3=?) to
  35.     difficult (144/12=?). The counting and color identification
  36.     feature displays a screen of randomly numbered and randomly
  37.     colored marbles.  The child must identify and count the number of
  38.     each group when prompted.  Spiral designs can also be created
  39.     which can be painted on the screen.  To increase memory skills, a
  40.     Concentration style puzzle is available where the child must
  41.     correctly match picture tiles in pairs.  And lastly, for those
  42.     older ones, a United States game where the child must point to the
  43.     correct state when prompted.  Attractive user interface (with
  44.     large colorful point and click buttons) makes Crayon Box simple
  45.     and fun to use.
  46.  
  47.     A word about the skill levels found in the math section of Crayon
  48.     Box.  It would be rather complicated to explain the algorithm
  49.     behind the skill levels, but let it suffice to say that the higher
  50.     levels are INCLUSIVE of the lower levels.  In other words, you will
  51.     find repetition of levels 0-8 in level 9, and repetition of levels
  52.     0-3 in level 4, etc.  If you spend enough time in each level, you
  53.     would see that there is a difference between level 1 and level 9.
  54.     You will find a problem like 182/14 in level 9, but you will never
  55.     see anything harder than 48/6 in level 1.   Since the problems are
  56.     displayed at random, it is possible for the user not to comprehend
  57.     this during only a short evaluation period with the program.
  58.  
  59.  
  60.     Command line options:
  61.  
  62.     You can receive a printed record of your child's math progress by
  63.     starting the program from the DOS prompt in the following manner:
  64.  
  65.     C:>CRAYON GETNAME PRINTLOG   press [ENTER]
  66.  
  67.     The "GETNAME" command line parameter will prompt the child for
  68.     their name.  You do not need "GETNAME" for the math printout.  It
  69.     was added for a school environment where it may be difficult to
  70.     know what printout belongs to which child.  The "PRINTLOG"
  71.     parameter will cause Crayon Box to generate a summary log of the
  72.     child's work in the math portion (+ - x /) of the program.  The
  73.     printed summary sheet(s) shows correct and incorrect responses from
  74.     the child.
  75.  
  76.  
  77.     Turn off music:
  78.  
  79.     If you would like to disable the upper half of the "Music" button
  80.     so that your young one doesn't drive you up the wall with the
  81.     pre-recorded tunes, start Crayon Box in the following manner:
  82.  
  83.     C:>CRAYON NOMUSIC
  84.  
  85.  
  86.     Math problems input:
  87.  
  88.     In the large number addition and subtraction problems, keyboard
  89.     input is displayed from RIGHT TO LEFT.  For instance, if the
  90.     problem was "100 + 72", the user would first press a "2", followed
  91.     by a "7" followed by a "1" (i.e, 271 then ENTER).  But right
  92.     to left is backwards you might point out.  True, but next time you
  93.     add an entry into your checkbook note how you add up the numbers
  94.     in each column!  Where do you start first?  At the right!
  95.     Exactly!  Well this is how the addition and subtraction problems
  96.     expect keyboard input.  Once you know this, it makes sense.
  97.     However, when you are using multiplication and division problems,
  98.     the default input is LEFT to RIGHT.
  99.  
  100.     If you prefer to stick with LEFT to RIGHT input for ALL math
  101.     problems (add/subtract/multiply/divide), then add the "L2R"
  102.     command line parameter at the DOS prompt (see example below):
  103.  
  104.     C:>CRAYON L2R     press [ENTER]
  105.  
  106.  
  107.     More than one attempt:
  108.  
  109.     None of us are perfect, especially our little ones.  Should you
  110.     wish to allow your children more than one attempt at a marble
  111.     counting or math problem if they answer incorrectly, then use the
  112.     following command line parameter:
  113.  
  114.     C:>CRAYON RETRY=x
  115.  
  116.     In the example above, replace "x" with a number from 2 to 9.  This
  117.     number will specify how many times to repeat a problem should the
  118.     user enter an incorrect answer.
  119.  
  120.  
  121.     Music button - dual function:
  122.  
  123.     From the opening screen, you will notice that the top right button
  124.     contains musical notes and a piano keyboard.  This button (when
  125.     clicked with the left mouse button) can be used in two ways.  When
  126.     you position your mouse pointer over the MUSICAL NOTES and press
  127.     the mouse button, a pre-recorded tune is played.  Once the music
  128.     stops, a large keyboard is displayed.  The keyboard works just
  129.     like a real piano.  Click one of the ivories, and a corresponding
  130.     note is played and displayed.
  131.  
  132.     Now, if you would like to skip the pre-recorded tune and jump
  133.     straight to the keyboard, go to the top right main menu button and
  134.     instead of clicking on the upper half containing the musical
  135.     notes, click instead on the lower half (which displays the
  136.     KEYBOARD icon).  When the lower half of this button is pressed,
  137.     the piano keys pop up immediately.
  138.  
  139.  
  140.  
  141.     Distribution: Crayon Box is distributed as shareware software.
  142.     Shareware is a "try before you buy" software marketing concept that
  143.     allows the user to obtain fully functional copies of programs for
  144.     evaluation.  The distribution and copying fee that you may have paid
  145.     to obtain this disk does not cover the cost of the software contained
  146.     on this disk.  Shareware programs such as the one that you are about
  147.     to try require separate payment to the author if it is found to be a
  148.     useful product and if it is used beyond a reasonable evaluation
  149.     period.
  150.  
  151.  
  152.     Vendors: Please contact the author/sysop with a SASE or e-mail
  153.     message on The Mustard Seed BBS prior to distribution of Crayon
  154.     Box IF THE FILE DATE STAMP ON CRAYON.EXE IS OLDER THAN 2 YEARS.  We
  155.     simply want to insure that you have the latest version of the
  156.     program.  Thank you.
  157.  
  158.  
  159.     Other programs: If you like Crayon Box, you may be interested in
  160.     trying some of the author's other programs.  Most of our programs are
  161.     family, educational, or Bible related.  For shareware evaluation
  162.     copies, you can obtain the latest versions from the following BBS's
  163.     (bulletin board systems) if you have a modem:
  164.  
  165.     The Blue Ridge Express
  166.     Richmond, VA
  167.     BBS phone number: 804-790-1675
  168.  
  169.     Once you have logged on, type "JOIN PKSOFT" (exclude quotes) and you
  170.     will have access to many of our other programs.
  171.  
  172.  
  173.     The Mustard Seed
  174.     Falmouth, VA
  175.     BBS phone number: 703-372-9680
  176.     Supports 1200/2400/4800/9600/19200/38400 v.32/v.42 N81 ANSI
  177.  
  178.     After logging in, go to the "FILES" area named "PKSOFT" and feel
  179.     free to download any of our other shareware products.
  180.  
  181.  
  182.     Problems?: If you have any questions about Crayon Box, and you have
  183.     not yet registered, please enclose a self-addressed stamped envelope to
  184.     insure a speedy reply.  Please do NOT send us defective disks unless
  185.     you obtained CRAYON BOX directly from the author.  At the DOS prompt
  186.     type "CHKDSK" and if you find any bad sectors or lost clusters or file
  187.     allocation errors, contact the SOURCE from which you purchased the
  188.     disk.  CRAYON BOX was released after extensive testing, and if you have
  189.     any problems, most likely it will be a result of damaged or missing
  190.     files during the copying process from your vendor or a pinched floppy
  191.     sleeve during mailing.
  192.  
  193.