home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 455.lha / Star_Blanker_II / ReadMe < prev    next >
Text File  |  1990-12-10  |  3KB  |  74 lines

  1.  
  2.                                StarBlankerII
  3.  
  4.                             ©1990 Randy Spencer
  5.  
  6.  
  7.    This is a modification of the screen blanker that comes with 2.0.
  8. Instead of just clearing the screen to black this program will present a
  9. star field as inspired by Leo's "Stars" program.
  10.  
  11.    StarBlankerII will not run without 2.0.
  12.  
  13.    This is a more solid version of the screen blanker distributed several
  14. months ago.  This version, while lacking source, is finally user
  15. configurable.  The original version allowed you to modify a few things but
  16. was highly undocumented and in error.
  17.  
  18.    Changes in this version include:
  19.  
  20.      · Less code running in the input handlers timespace
  21.      · Ability to pick corner of the screen to blank immediatly in
  22.      · Documentation on setting the programs Hot Key from the icon
  23.      · Will not get lost behind a screen that pops to front
  24.      · No longer competes with running programs:
  25.           Will only run when all other programs are done (-100 priority)
  26.           If another program pops to front, blanker gives up for timeout
  27.  
  28.  
  29.    The most important omission in the first version was documentation on
  30. setting options from the icon.  StarBlankerII corrects this as well as adds
  31. much more power to the configuration.  Users may save their favorite
  32. settings simply by specifying what they want the blanker to do as tooltypes
  33. in the blankers icon.  The tool types that are recognized by StarBlankerII:
  34.  
  35.    CX_POPUP=NO             Settings may be "YES" or "NO"  (no quotes needed)
  36.  
  37.    DONOTWAIT               If this option is present WorkBench will not
  38.                                   wait for the program to finish
  39.  
  40.    SECONDS=300             Number of seconds before the program should blank
  41.  
  42.    CX_POPKEY=shift f1      Name of Hot Key to bring up interaction window
  43.                            (see the Commodities documentation for more info)
  44.  
  45.    BLANK_CORNER=3          Corner to place the mouse in to blank the screen
  46.                              immediately, the four corners are:
  47.  
  48.                                     1 -- Top Left
  49.                                     2 -- Bottom Left
  50.                                     3 -- Top Right
  51.                                     4 -- Bottom Right
  52.  
  53.                            Use the number of the corner, not the name
  54.  
  55.    DONOTBLANK_CORNER=4     Corner to place the mouse in to NEVER blank
  56.  
  57.    SPACING=5               The number of pixels around the corner to
  58.                                consider being "in" that corner
  59.  
  60.    The program runs at a normal priority until you let the scren blank, at
  61. which time the rendering portion of the code drops down to a -100 priority
  62. which will keep the stars from moving until all other programs have
  63. finished doing their thing.  This means that if you have a program that
  64. runs constantly you will not see the smooth motion of the stars, however
  65. there is the advantage that if you are running a program in the background
  66. that will finish eventually you can watch the stars to see when the program
  67. has finished and do not need to unblank the screen.
  68.  
  69.  
  70.     Randy Spencer
  71.  
  72.     spencer@BIX   or    my BBS: (415) 222-9416
  73.  
  74.