10 REM *************** 20 REM Big Message 30 REM By Mark Ray 40 REM *************** 50 REM NC100 Version 60 REM Downloaded from Tim's Amstrad NC User's Site 70 REM http://www.ncus.org.uk 80 REM Originally from the Amstrad Notepad Users' Web 90 CLS 100 REPEAT:INPUT LINE "Message";M$:CLS:PRINTTAB(65,7);LEFT$(M$,13); 110 VDU 30:FOR Y=0TO7:FOR X=0TO79 120 Z=-POINT(390+X,7-Y):VDU219AND Z,32AND NOT Z 130 NEXT:NEXT:A=GET:VDU 13:UNTIL 0