home *** CD-ROM | disk | FTP | other *** search
/ Más de 2,500 Juegos / CD1.iso / ZIPDAT / 0666 / 0666.EXE / CRAYON.DOC < prev    next >
Encoding:
Text File  |  1997-06-21  |  14.2 KB  |  337 lines

  1.  
  2.     Program: Crayon Box
  3.  
  4.  
  5.     Version: 4.1
  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 Kapusta, 406 Monroe Avenue, Falmouth, Va. 22405 USA
  13.  
  14.  
  15.     Email: 74170.3550@compuserve.com
  16.  
  17.     Web site: www.pc-shareware.com      or      users.aol.com/shareware
  18.  
  19.  
  20.     Registration cost: $ 10.00
  21.  
  22.  
  23.     Short description:
  24.  
  25.     A coloring and sketch book, plus math drills, counting tutor, USA
  26.     quiz, piano, and Concentration memory game all rolled into
  27.     one colorful program! Fun and educational. Young children will love
  28.     it!
  29.  
  30.  
  31.     Long description:
  32.  
  33.     Crayon Box has a little bit of everything for your little ones.
  34.     First, it is a coloring and sketch book with over 450 different
  35.     colors and patterns that can be used to paint predrawn pictures,
  36.     or drawings that the child creates.  In addition, Crayon Box tests
  37.     the child's math, counting, and color identification skills. The
  38.     math feature displays large 1" high numbers and prompts the child
  39.     for answers.  10 different skill levels from easy (2+3=?) to
  40.     difficult (144/12=?). The counting and color identification
  41.     feature displays a screen of randomly numbered and randomly
  42.     colored marbles.  The child must identify and count the number of
  43.     each group when prompted.  Spiral designs can also be created
  44.     which can be painted on the screen.  To increase memory skills, a
  45.     Concentration style puzzle is available where the child must
  46.     correctly match picture tiles in pairs.  And lastly, for those
  47.     older ones, a United States game where the child must point to the
  48.     correct state when prompted.  Attractive user interface (with
  49.     large colorful point and click buttons) makes Crayon Box simple
  50.     and fun to use.
  51.  
  52.     A word about the skill levels found in the math section of Crayon
  53.     Box.  It would be rather complicated to explain the algorithm
  54.     behind the skill levels, but let it suffice to say that the higher
  55.  
  56.     levels are INCLUSIVE of the lower levels.  In other words, you will
  57.     find repetition of levels 0-8 in level 9, and repetition of levels
  58.     0-3 in level 4, etc.  If you spend enough time in each level, you
  59.     would see that there is a difference between level 1 and level 9.
  60.     You will find a problem like 182/14 in level 9, but you will never
  61.     see anything harder than 48/6 in level 1.   Since the problems are
  62.     displayed at random, it is possible for the user not to comprehend
  63.     this during only a short evaluation period with the program.
  64.  
  65.  
  66.     Command line options:
  67.  
  68.     You can receive a printed record of your child's math progress by
  69.     starting the program from the DOS prompt in the following manner:
  70.  
  71.     C:>CRAYON GETNAME PRINTLOG   press [ENTER]
  72.  
  73.     The "GETNAME" command line parameter will prompt the child for
  74.     their name.  You do not need "GETNAME" for the math printout.  It
  75.     was added for a school environment where it may be difficult to
  76.     know what printout belongs to which child.  The "PRINTLOG"
  77.     parameter will cause Crayon Box to generate a summary log of the
  78.     child's work in the math portion (+ - x /) of the program.  The
  79.     printed summary sheet(s) shows correct and incorrect responses from
  80.     the child.
  81.  
  82.  
  83.     Turn off music:
  84.  
  85.     If you would like to disable the upper half of the "Music" button
  86.     so that your young one doesn't drive you up the wall with the
  87.     pre-recorded tunes, start Crayon Box in the following manner:
  88.  
  89.     C:>CRAYON NOMUSIC
  90.  
  91.  
  92.     Math problems input:
  93.  
  94.     In the large number addition and subtraction problems, keyboard
  95.     input is displayed from RIGHT TO LEFT.  For instance, if the
  96.     problem was "100 + 72", the user would first press a "2", followed
  97.     by a "7" followed by a "1" (i.e, 271 then ENTER).  But right
  98.     to left is backwards you might point out.  True, but next time you
  99.     add an entry into your checkbook note how you add up the numbers
  100.     in each column!  Where do you start first?  At the right!
  101.     Exactly!  Well this is how the addition and subtraction problems
  102.     expect keyboard input.  Once you know this, it makes sense.
  103.     However, when you are using multiplication and division problems,
  104.     the default input is LEFT to RIGHT.
  105.  
  106.     If you prefer to stick with LEFT to RIGHT input for ALL math
  107.     problems (add/subtract/multiply/divide), then add the "L2R"
  108.     command line parameter at the DOS prompt (see example below):
  109.  
  110.     C:>CRAYON L2R     press [ENTER]
  111.  
  112.     More than one attempt:
  113.  
  114.     None of us are perfect, especially our little ones.  Should you
  115.     wish to allow your children more than one attempt at a marble
  116.     counting or math problem if they answer incorrectly, then use the
  117.     following command line parameter:
  118.  
  119.     C:>CRAYON RETRY=x
  120.  
  121.     In the example above, replace "x" with a number from 2 to 9.  This
  122.     number will specify how many times to repeat a problem should the
  123.     user enter an incorrect answer.
  124.  
  125.  
  126.     Division display options:
  127.  
  128.     When using division math problems, there are two methods of
  129.     displaying the dividend and divisor.  One method is to place the
  130.     divisor below the dividend.  For example:
  131.  
  132.                                 24
  133.                                ÷ 8         DIVISOR BOTTOM
  134.                                ---
  135.                                  3
  136.  
  137.     The other method is to place the divisor to the left of the
  138.     dividend.  For example:
  139.  
  140.                                  3
  141.                               ____
  142.            DIVISOR LEFT     8 ) 24
  143.  
  144.     Since both methods are acceptable in the math world, the program
  145.     supports both methods.  The question then is, how do you display
  146.     each type?  The easiest way is keep in mind that the large division
  147.     button displayed on the far right side of the screen is divided
  148.     into two invisible regions.  When your mouse cursor is over the
  149.     upper half of the division button (when you click the button) the
  150.     program will display the divisor to the left of the dividend.  When
  151.     your mouse is over the lower half of the division button, then the
  152.     divisor will be place below the dividend.
  153.  
  154.     If you would rather not worry about where to press the division
  155.     button, you can OVERRIDE these invisible regions by using a DOS
  156.     command line override parameter.
  157.  
  158.     To display ALL division problems where the divisor is located to
  159.     the left of the dividend, type --> CRAYON DIVISOR LEFT at the
  160.     command line.
  161.  
  162.     To display ALL division problems where the divisor is located to
  163.     the bottom of the dividend, type --> CRAYON DIVISOR BOTTOM at the
  164.     command line.
  165.  
  166.  
  167.     Music button - dual function:
  168.  
  169.     From the opening screen, you will notice that the top right button
  170.     contains musical notes and a piano keyboard.  This button (when
  171.     clicked with the left mouse button) can be used in two ways.  When
  172.     you position your mouse pointer over the MUSICAL NOTES and press
  173.     the mouse button, a pre-recorded tune is played.  Once the music
  174.     stops, a large keyboard is displayed.  The keyboard works just
  175.     like a real piano.  Click one of the ivories, and a corresponding
  176.     note is played and displayed.
  177.  
  178.     Now, if you would like to skip the pre-recorded tune and jump
  179.     straight to the keyboard, go to the top right main menu button and
  180.     instead of clicking on the upper half containing the musical
  181.     notes, click instead on the lower half (which displays the
  182.     KEYBOARD icon).  When the lower half of this button is pressed,
  183.     the piano keys pop up immediately.
  184.  
  185.  
  186.     Microsoft Windows: Crayon Box will run under Windows 3.1...most
  187.     of the time.  The most often encountered problem with running
  188.     Crayon Box in MS Windows is that Windows fails to share the
  189.     mouse with Crayon Box.  The best way to insure that the mouse
  190.     driver is available to Crayon Box from within MS Windows is to
  191.     load your mouse PRIOR TO running MS Windows.  This can be done
  192.     by adding a line to your CONFIG.SYS or AUTOEXEC.BAT file that
  193.     will load your mouse driver when you turn your computer on.
  194.  
  195.  
  196.     Distribution: Crayon Box is distributed as shareware software.
  197.     Shareware is a "try before you buy" software marketing concept that
  198.     allows the user to obtain fully functional copies of programs for
  199.     evaluation.  The distribution and copying fee that you may have paid
  200.     to obtain this disk does not cover the cost of the software contained
  201.     on this disk.  Shareware programs such as the one that you are about
  202.     to try require separate payment to the author if it is found to be a
  203.     useful product and if it is used beyond a reasonable evaluation
  204.     period.
  205.  
  206.  
  207.     Vendors: Please contact the author/sysop with a SASE or e-mail
  208.     message on The Mustard Seed BBS prior to distribution of Crayon
  209.     Box IF THE FILE DATE STAMP ON CRAYON.EXE IS OLDER THAN 2 YEARS.  We
  210.     simply want to insure that you have the latest version of the
  211.     program.  Thank you.
  212.  
  213.  
  214.     Other programs: If you like Crayon Box, you may be interested in
  215.     trying some of the author's other programs.  Most of our programs are
  216.     family, educational, or Bible related.  For shareware evaluation
  217.     copies, you can obtain the latest versions from our Internet Web
  218.     sites:
  219.  
  220.     http://www.pc-shareware.com/
  221.     http://members.aol.com/shareware/
  222.  
  223.     We also maintain a forum on America Online.  Use keyword "SOFTWORD"
  224.     to visit us and obtain additional software
  225.  
  226.  
  227.     Frequently asked questions:
  228.  
  229.     Q: How do I print the pictures in Crayon Box?
  230.  
  231.     A: Crayon Box does not have printer support.  You will not be able
  232.        to print or save any pictures that your child has created.  If
  233.        these options are important to you, then you may wish to
  234.        investigate our Lil' Picasso program.
  235.  
  236.  
  237.     Q: When I run Crayon Box within Microsoft's Windows 3.1, your
  238.        programs says that it could not detect my mouse and the program
  239.        will not run.
  240.  
  241.     A: Crayon Box is a DOS program, and not a native Windows program.
  242.        Crayon Box requires a mouse driver to be loaded at system
  243.        boot-up (i.e., when you turn your computer on).  Mouse drivers
  244.        are software programs that allow a mouse to communicate with
  245.        your computer.  Mouse drivers are either loaded at boot-up,
  246.        executed from either your CONFIG.SYS or AUTOEXEC.BAT files, or
  247.        they are loaded when you start Windows.  If the mouse driver is
  248.        loaded when Windows starts then the mouse is only available to
  249.        native Windows programs and you will find that most DOS programs
  250.        cannot detect the mouse under these conditions.  If you run DOS
  251.        programs regularly, then you should have your mouse driver load
  252.        first when you turn on your computer rather than later when
  253.        Windows loads.  The order in which the mouse driver loads will
  254.        determine whether DOS programs can use the mouse while running
  255.        under Windows.
  256.  
  257.  
  258.        Here's a test that you can perform to determine whether your
  259.        mouse is being properly loaded at boot-up.  Exit Windows
  260.        totally and return to a C:> DOS prompt.  Then run Crayon Box
  261.        from a DOS prompt.  If Crayon Box will not run from a DOS
  262.        prompt, then your mouse is NOT loaded properly.  Try opening a
  263.        different DOS program (e.g., type EDIT to load a DOS based
  264.        text editor).  If the mouse does not work in this second
  265.        program, then your mouse driver is not being loaded at system
  266.        bootup.
  267.  
  268.  
  269.     Problems?: If you have any questions about Crayon Box, and you have
  270.     not yet registered, please enclose a self-addressed stamped envelope to
  271.     insure a speedy reply.  Please do NOT send us defective disks unless
  272.     you obtained CRAYON BOX directly from the author.  At the DOS prompt
  273.     type "CHKDSK" and if you find any bad sectors or lost clusters or file
  274.     allocation errors, contact the SOURCE from which you purchased the
  275.     disk.  CRAYON BOX was released after extensive testing, and if you have
  276.     any problems, most likely it will be a result of damaged or missing
  277.     files during the copying process from your vendor or a pinched floppy
  278.     sleeve during mailing.
  279.  
  280.     Also, consider sending us an email message rather then paper mail.
  281.     You can reach us at: 74170.3550@compuserve.com
  282.  
  283.  
  284.  
  285.                             CRAYON BOX REGISTRATION
  286.  
  287.                 Indicate disk format desired (mark with an "X"):
  288.  
  289.                           3.5"  720K low density  _____
  290.  
  291.                           5.25" 1.2M high density _____
  292.  
  293.                           3.5"  1.4M high density _____
  294.  
  295.            Please print your name and address below VERY CLEARLY!
  296.  
  297.   Individual's complete name _______________________________________________
  298.  
  299.   Mailing address __________________________________________________________
  300.  
  301.   City ____________________________  State __________  Zip Code ____________
  302.  
  303.   Country ________________________  Phone __________________________________
  304.  
  305.  
  306.                           Make U.S. funds payable to:
  307.  
  308.                                Philip P. Kapusta
  309.                                406 Monroe Avenue
  310.                            Falmouth, Va. 22405 U.S.A.
  311.  
  312.                         CRAYON BOX REGISTRATION COSTS:
  313.  
  314.  
  315.          Basic registration (includes 12 pictures)  $10.00    $______ *
  316.  
  317.          Additional pictures at $0.05 each
  318.          (maximum of 20 extra pictures)       ____ x $0.05    $______
  319.  
  320.          Virginia residents, add 4.5% sales tax               $______
  321.  
  322.          Canadian addresses add $1.00 shipping      $ 1.00    $______
  323.  
  324.          Overseas/foreign addresses add $2.00       $ 2.00    $______
  325.  
  326.          Total enclosed:                                      $______ **
  327.  
  328.  
  329.     * Prices are valid  through December 31, 1998.  Contact  author with a
  330.     self-addressed stamped envelope  after this date for the latest prices.
  331.  
  332.     ** For registrants in Canada, U.K., Australia or Europe, payment can be
  333.     made by International money order payable in U.S.A. dollars, or you can
  334.     pay by mailing CASH (your native currency).  If mailing cash, wrap well
  335.     for the author will not be held responsible for lost mail.  No coins!
  336.  
  337.