home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / games / f1160 / eyecon.doc next >
Text File  |  1990-11-15  |  3KB  |  97 lines

  1.  
  2.  
  3.  
  4.                               EyeCon 3.2
  5.  
  6.                         A Microsoft Windows Demo
  7.  
  8.                                   by
  9.  
  10.                        Nobuya "Higgy" Higashiyama
  11.  
  12.  
  13.  
  14.  
  15.  
  16. License
  17. -------
  18.  
  19. Copyright (C) Nobuya Higashiyama 1990.
  20. All rights reserved.
  21.  
  22. Disclaimer and License
  23.  
  24. YOUR FIRST USE OF THIS SOFTWARE CONSTITUTES AGREEMENT TO THE FOLLOWING
  25. PROVISIONS.  IF YOU DO NOT AGREE TO THEM, PLEASE DO NOT USE THIS
  26. PROGRAM!
  27.  
  28. EyeCon is a copyrighted, proprietary program offered "as is", without
  29. any warranty of merchantability or fitness for a particular purpose,
  30. performance, or otherwise; all warranties are expressly disclaimed.  By
  31. using EyeCon, you agree that the author will not be liable for any use
  32. of (or inability to use) or performance of this product, or for any
  33. damages whatsoever.
  34.  
  35. This software is being distributed as a Freeware.  You may use this
  36. program freely.  You may also copy and distribute this program, as long
  37. as all the files are distributed intact in a single archived file.  You
  38. may not sell this program, and you may charge only nominal fee for
  39. distribution not exceeding $5.00 a copy.
  40.  
  41. I would appreciate any bug reports, comments or suggestions. Please
  42. contact me at:
  43.  
  44.     US Mail:    Nobuya Higashiyama
  45.                 642-D Residenz Parkway
  46.                 Kettering, OH 45429
  47.     Phone:      (513) 293-9320
  48.     CompuServe: 71570,533
  49.     Internet:   nxh@meaddata.com
  50.     UUCP:       ...!uunet!meaddata!nxh
  51.  
  52.  
  53. Description
  54. -----------
  55.  
  56. EyeCon is an implementation of "xeyes" distributed with X-Windows window
  57. manager system on UNIX workstations.  It features an icon with a pair of
  58. eyes that follow the mouse cursor wherever it goes.
  59.  
  60. EyeCon was written as an exercise in MS Windows programming. Your
  61. comments and suggestions will be greatly appreciated. Thank you!
  62.  
  63.  
  64. Modification History
  65. --------------------
  66.  
  67. Version 1.0  - Original Release.
  68.  
  69. Version 3.0  - Ported to Windows 3.0.
  70.  
  71. Version 3.1  - Internal improvements were made which requires less
  72.                system overhead.  You'll also probably note that the
  73.                movement of the eyes is noticeably smoother.
  74.  
  75. Version 3.2  - Two new features were added:
  76.  
  77.                1.  Internal icon was added.
  78.  
  79.                2.  "Sleep" feature was added.  After 60 seconds of mouse
  80.                    inactivity, one of the eyes will shut (fall asleep).
  81.                    After another 60 seconds, both eyes will shut.
  82.                    Moving the mouse will open the eyes again.
  83.  
  84.                    Sleep interval can be configured by adding the
  85.                    following lines in the WIN.INI file:
  86.  
  87.                        [EyeCon]
  88.                        Timer=25
  89.  
  90.                    The variable "Timer" specifies the time interval (in
  91.                    seconds).  In the above example, after 25 seconds of
  92.                    inactivity, one of the eyes will shut; after another
  93.                    25 seconds, both eyes will shut.
  94.  
  95.                    Using the configuration "Timer=0" will keep the eyes
  96.                    open indefinitely.
  97.