Erase a screen pixel-by-pixel within the individual character blocks of the screen.
Content
Source Code
1 REM "FADE OUT"
2 REM By M. Waters
3 REM ZX Computing Monthly
4 REM Relocateable to any
5 REM address by changing the
6 REM FOR...NEXT in line 10
7 REM
10 RESTORE : FOR N=30000 TO 30049
20 READ A: POKE N,A: NEXT N
30 FOR N=0 TO 21: PRINT "12345678901234567890123456789012": NEXT N
40 RANDOMIZE USR 30000
50 DATA 17,254,8,123,7,7,7,95,33,0,64,1,24,0,126,163,119,35,16,250,13,32,247,21,32,233,58,141,92,119,84,93,19,1,192,2,237,176,58,72,92,119,14,63,237,176,201,0,0,0
60 LIST