home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / screensav / linez_1 < prev    next >
Text File  |  1999-04-27  |  1KB  |  30 lines

  1.  
  2.              LINEZ - A USER-CONFIGURABLE DESKTOP SCREENSAVER
  3.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5. INTRODUCTION
  6.  
  7. Linez is a desktop front-ended screensaver which bounces lines around the
  8. screen, fading them from one colour to another. The lines can either be
  9. straight or curved (bezier) and for speed the screensaver code itself is
  10. written in pure ARM assembler. This program requires 32k to execute.
  11.  
  12. This screensaver does not, however, work with the RISC OS screenblanker
  13. utility so this should be turned off. Also, in multitasking mode, naughty
  14. programs that use direct screen access without checking for screen output
  15. disabling, like Zap's flashing cursor or an active taskwindow, can cause
  16. wierd little bits to appear on the screen in odd places.
  17.  
  18. The basics are that clicking SELECT on the application on the iconbar icon
  19. opens the configuration window (which should be self-explanatory) and ADJUST
  20. starts the sceensaver (which has a default delay time of 30 seconds). Another
  21. way to start the screensaver is to move the mouse to the top-left corner of
  22. the screen and wait for 3 seconds. By default the screensaver runs in the
  23. current desktop mode. Move the mouse or press SHIFT to return to the desktop.
  24. NEW - Also responds to !CallerID.
  25.  
  26. Things can get REALLY fun when you have say five copies of the screensaver
  27. multitasking together - they will all start at the same time! For best
  28. results don't use reflection when using multiple copies.
  29.  
  30.