home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Ascii-Ansi / aNSIsCROLLER.lzx / as.doc < prev    next >
Encoding:
Text File  |  1994-02-01  |  3.8 KB  |  147 lines

  1. AnsiBar Scroller v1.9 by Gerwin Reuling, Amigos Development 1993
  2.  
  3.  
  4. Introduction
  5. ------------
  6.  
  7. I had nothing to do, so i thought i make something for you that i dont have
  8. seen before.. , what did i make : An AnsiBar scroller, it scrolls your text
  9. in ( 5 * 6 'pixels') over the screen.
  10.  
  11. Requirements
  12. ------------
  13.  
  14.  In order to run the Scroller you'll have to run KS/Wb 1.3+.
  15.  
  16. Usage
  17. -----
  18.  
  19. Just type in your cli : AS
  20. Or if you want to scroll your text in your BBS (Xenolink) then add this to
  21. one of your menu.src`s
  22.  
  23. CMD = "S"
  24.     {
  25.       CLIDOOR "AS"
  26.     }
  27.  
  28.  
  29.  
  30. As.Cfg
  31. ------
  32. ---------8<----- cut here -------------------------------------------------
  33. ;**************************************************************************
  34. ;*                                                                        *
  35. ;*  Example of the AS.CFG config file, the ultimate ansibar scrolltext.   *
  36. ;*                                                                        *
  37. ;**************************************************************************
  38.  
  39. ;
  40. SCROLL     = ANSISCROLLER V1.02
  41. ;         
  42. REPEAT     = YES
  43. ;
  44. ANSIPIC    = dh1:as/as.ansi
  45. ;
  46. ANSISTART  = 8
  47. ;
  48. FONTCHAR   = *
  49. ;
  50. ENDX       = 20
  51. ;
  52. ENDY       = 1
  53. ;
  54. ;Folowing Keywords are for next versions
  55. ;
  56. FONT       = INTERN
  57. ;
  58. BACKCOLOR  = 3
  59. ;
  60. TEXTCOLOR  = 6
  61. ;
  62.  
  63. ---------8<----- cut here -------------------------------------------------
  64.  
  65. SCROLL     = scrolly texty     {abcdefghijklmnopqrstuvwxyz 0123456789.#}
  66.  
  67. REPEAT     = YES/NO            { Should the scroll text be repeatable ? }                      
  68. ANSIPIC    = dh1:ansi/as.ansi  { The background picture }
  69.                                { When picturename is NONE then the current
  70.                                { background is the 'scrollbackground'
  71. ANSISTART  = 8                 { the line where the scroll starts  ( 1-20 )
  72. FONTCHAR   = |                 { how the letters wil be look like
  73. ENDX       = 1                 { the X position when the scroller is ready
  74. ENDY       = 1                 { the Y position when the scroller is ready
  75.  
  76.  
  77. FONT       = INTERN            { these are 
  78. BACKCOLOR  = 3                             for
  79. TEXTCOLOR  = 6                                 later versions             }
  80.  
  81.  
  82.  
  83. Acknowledgements
  84. ----------------
  85.  
  86. Special thanks goes to:
  87.  
  88. Michael Lutz for his BugRerots and great ideas ! one Free Registration for
  89. you :-))
  90.  
  91. Jonathan Forbes for Xenolink BBS system ( where is Zzzzzzzz4 ??? )
  92. Commodore © for the best computer, The Amiga ®.
  93. AREXX :-))  for giving a great programming environment.
  94.  
  95. Distribution
  96. ------------
  97.  
  98. This  archive  may  freely  distributed  as long as it is in it's original
  99. state,  this means no 'displayme' texts are allowed to be included.  Try to
  100. advertise  in  an other way:-).  If you're using this program all risks are
  101. for  you, AMIGOS Delopments do not take responsibility for any problems it
  102. causes.
  103.  
  104. Work To Do
  105. ----------
  106.  
  107. Some things are gonna be changed ( Colours etc ) but you`ll see..
  108.  
  109. Bugreports and suggestions
  110. --------------------------
  111.  
  112.  If  you have any suggestions or bugreports you can sent them to me through
  113. the netmail at 14:105/203@amiganet.  Or write them to
  114. the following address:
  115.  
  116. Amigos Development
  117. Gerwin Reuling
  118. v.Barneveldlaan 37
  119. 7031 zk  Wehl
  120. (+31-(0)8347-84968) Amigoline HQ BBS
  121.  
  122.  
  123. Enjoy  it and let me know what you think about :)...  
  124.  
  125. Oh No.... Registration Money.....
  126. ---------------------------------
  127.  
  128. Dont Worry, it isnt too much...
  129.  
  130. Registratie    Fl 25,=
  131. Registration   $  15,=
  132. Registration   DM 20,=
  133.  
  134. RaboBank - 15.72.95.966  \
  135. PostBank - 48.73.952     / tnv. G. Reuling te Wehl
  136.  
  137.  
  138. The keyfile is Called : AMG_WARE.KEY
  139. Place the keyfile in the S: directory, and all the AMG_WARE utilities/
  140. doors will work with this keyfile.
  141.  
  142. The Programs who will work with the Keyfile are :
  143.  
  144. * AnsiScroller    (Xenolink Door) (CLI)
  145. * Xenotext        (Xenolink Door)
  146. * Calendar        (Xenolink Door)
  147.