home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / AT_WORLD / ATRIW1.MSA / OTHER_MODULES_DCKLINES_LINES.TXT < prev    next >
Text File  |  1994-03-30  |  1KB  |  31 lines

  1. LINES.DMO
  2. (& LINES.DML)
  3. (& LINES.TXT)-This file.
  4. ****************************************
  5. * A crawling lines module for DarkLord *
  6. * Version 1.0  27/03/94                *
  7. * (c) Robin Bettridge                  *
  8. * robinb@cix.compulink.co.uk           *
  9. ****************************************
  10.  
  11. This module, for DarkLord ( (c) Steve Pedler ) produces a pleasing 
  12. line, that travels around the screen, leaving a variable length tail 
  13. behind it. The line bounces off of the screen's edges, and changes 
  14. colour. I know it's not original :-)
  15.  
  16. Flag: 1
  17. Changes the colours of the line (and it's tail).
  18. 1)  "Random colours"  Randomly swaps to a random colour.
  19. 2)  "Cycle shades"    Randomly cycles through the pallette.
  20.  
  21. Variable: 1
  22.     Length of the tail (2-500) 2=almost no tail, 500=long tail 
  23.  
  24. Variable: 2
  25.     Speed (in %)       (0-100) 0=slowest, 100=fastest
  26.  
  27. On a >16 colour machine, cycle shades looks very good. On <=16 colour, 
  28. not too stunning!
  29.  
  30. Robin Bettridge
  31. 27th March 1994