Home » Personal collection » Acorn tapes » Electron_User » Electron_User_tape19a_acorn_eu_1991_february.wav » R.TxtFade

R.TxtFade

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn tapes » Electron_User » Electron_User_tape19a_acorn_eu_1991_february.wav
Filename: R.TxtFade
Read OK:
File size: 0221 bytes
Load address: FFFF1900
Exec address: FFFF802B
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
   10REM Text fade
   20REM by Pete Goodliffe
   30REM (c) The Micro User
   40REM February 1991
   50MODE 2:VDU 23,1,0;0;0;0;:DIM G%(7):FOR N=1 TO 7:READ G%(N):NEXT
   60DATA 4,1,5,2,6,3,7
   70PROCtexton("Text Fade",3)
   80PROCtexton("Text fades on",10)
   90PROCtexton("and off!!",12)
  100TIME=0:REPEAT UNTIL TIME>200
  110PROCtextoff("Text Fade",3)
  120PROCtextoff("Text fades on",10)
  130PROCtextoff("and off!!",12)
  140PROCtexton("THE END",10):END
  150DEF PROCtexton(A$,M)
  160FOR N=1 TO 7:COLOUR G%(N)
  170PRINT TAB((20-LEN(A$))/2,M)A$
  180TIME=0:REPEAT UNTIL TIME>4
  190NEXT:ENDPROC
  200DEF PROCtextoff(A$,M)
  210FOR N=7 TO 0 STEP-1:COLOUR G%(N)
  220PRINT TAB((20-LEN(A$))/2,M)A$
  230TIME=0:REPEAT UNTIL TIME>4
  240NEXT:ENDPROC

� Text fade
� by Pete Goodliffe
� (c) The Micro User
(� February 1991
23� 2:� 23,1,0;0;0;0;:� G%(7):� N=1 � 7:� G%(N):�
<� 4,1,5,2,6,3,7
F�texton("Text Fade",3)
P�texton("Text fades on",10)
Z�texton("and off!!",12)
d�=0:� � �>200
n�textoff("Text Fade",3)
x �textoff("Text fades on",10)
��textoff("and off!!",12)
��texton("THE END",10):�
�� �texton(A$,M)
�� N=1 � 7:� G%(N)
�� �(20-�(A$))/2,M)A$
��=0:� � �>4
��:�
�� �textoff(A$,M)
�� N=7 � 0 �-1:� G%(N)
�� �(20-�(A$))/2,M)A$
��=0:� � �>4
��:�
�
00000000  0d 00 0a 0f f4 20 54 65  78 74 20 66 61 64 65 0d  |..... Text fade.|
00000010  00 14 17 f4 20 62 79 20  50 65 74 65 20 47 6f 6f  |.... by Pete Goo|
00000020  64 6c 69 66 66 65 0d 00  1e 18 f4 20 28 63 29 20  |dliffe..... (c) |
00000030  54 68 65 20 4d 69 63 72  6f 20 55 73 65 72 0d 00  |The Micro User..|
00000040  28 13 f4 20 46 65 62 72  75 61 72 79 20 31 39 39  |(.. February 199|
00000050  31 0d 00 32 33 eb 20 32  3a ef 20 32 33 2c 31 2c  |1..23. 2:. 23,1,|
00000060  30 3b 30 3b 30 3b 30 3b  3a de 20 47 25 28 37 29  |0;0;0;0;:. G%(7)|
00000070  3a e3 20 4e 3d 31 20 b8  20 37 3a f3 20 47 25 28  |:. N=1 . 7:. G%(|
00000080  4e 29 3a ed 0d 00 3c 13  dc 20 34 2c 31 2c 35 2c  |N):...<.. 4,1,5,|
00000090  32 2c 36 2c 33 2c 37 0d  00 46 1a f2 74 65 78 74  |2,6,3,7..F..text|
000000a0  6f 6e 28 22 54 65 78 74  20 46 61 64 65 22 2c 33  |on("Text Fade",3|
000000b0  29 0d 00 50 1f f2 74 65  78 74 6f 6e 28 22 54 65  |)..P..texton("Te|
000000c0  78 74 20 66 61 64 65 73  20 6f 6e 22 2c 31 30 29  |xt fades on",10)|
000000d0  0d 00 5a 1b f2 74 65 78  74 6f 6e 28 22 61 6e 64  |..Z..texton("and|
000000e0  20 6f 66 66 21 21 22 2c  31 32 29 0d 00 64 11 d1  | off!!",12)..d..|
000000f0  3d 30 3a f5 20 fd 20 91  3e 32 30 30 0d 00 6e 1b  |=0:. . .>200..n.|
00000100  f2 74 65 78 74 6f 66 66  28 22 54 65 78 74 20 46  |.textoff("Text F|
00000110  61 64 65 22 2c 33 29 0d  00 78 20 f2 74 65 78 74  |ade",3)..x .text|
00000120  6f 66 66 28 22 54 65 78  74 20 66 61 64 65 73 20  |off("Text fades |
00000130  6f 6e 22 2c 31 30 29 0d  00 82 1c f2 74 65 78 74  |on",10).....text|
00000140  6f 66 66 28 22 61 6e 64  20 6f 66 66 21 21 22 2c  |off("and off!!",|
00000150  31 32 29 0d 00 8c 1b f2  74 65 78 74 6f 6e 28 22  |12).....texton("|
00000160  54 48 45 20 45 4e 44 22  2c 31 30 29 3a e0 0d 00  |THE END",10):...|
00000170  96 13 dd 20 f2 74 65 78  74 6f 6e 28 41 24 2c 4d  |... .texton(A$,M|
00000180  29 0d 00 a0 15 e3 20 4e  3d 31 20 b8 20 37 3a fb  |)..... N=1 . 7:.|
00000190  20 47 25 28 4e 29 0d 00  aa 18 f1 20 8a 28 32 30  | G%(N)..... .(20|
000001a0  2d a9 28 41 24 29 29 2f  32 2c 4d 29 41 24 0d 00  |-.(A$))/2,M)A$..|
000001b0  b4 0f d1 3d 30 3a f5 20  fd 20 91 3e 34 0d 00 be  |...=0:. . .>4...|
000001c0  07 ed 3a e1 0d 00 c8 14  dd 20 f2 74 65 78 74 6f  |..:...... .texto|
000001d0  66 66 28 41 24 2c 4d 29  0d 00 d2 19 e3 20 4e 3d  |ff(A$,M)..... N=|
000001e0  37 20 b8 20 30 20 88 2d  31 3a fb 20 47 25 28 4e  |7 . 0 .-1:. G%(N|
000001f0  29 0d 00 dc 18 f1 20 8a  28 32 30 2d a9 28 41 24  |)..... .(20-.(A$|
00000200  29 29 2f 32 2c 4d 29 41  24 0d 00 e6 0f d1 3d 30  |))/2,M)A$.....=0|
00000210  3a f5 20 fd 20 91 3e 34  0d 00 f0 07 ed 3a e1 0d  |:. . .>4.....:..|
00000220  ff                                                |.|
00000221
R.TxtFade.m0
R.TxtFade.m1
R.TxtFade.m2
R.TxtFade.m4
R.TxtFade.m5