10 REM Carousel - User: L1L 20 REM 23/02/94 - Jock Smylie 30 40 ONERROR RUN 50 REPEAT 60 MODE7 70 VDU23;8202;0;0;0; 80 PRINT'"‚Two 8-Bit Software title screens" 90 PRINT'''"†Press <1> or <2> for screens" 100 PRINT''"‚Press to change colours" 110 PRINT'"‚Press to exit" 120 PRINT'''"‚This could perhaps be the basis for a ‚‚future 8-Bit Software competition...." 130 PRINT'"‚Who can design the best title screen‚‚‚‚for Issue 35 - or every future Issue ?" 135 PRINT''"‚Screens designed using M.Bobrowski's ‚‚screen shrinker from 8-Bit Software ‚Issue 31." 140 G=GET 150 IFG=32 CLS:PRINT'"…G'day from Australia":END 160 MODE1 170 VDU23;8202;0;0;0; 180 OSCLI("LDPIC TP"+STR$(G-48)) 190 G=GET 200 IFG=67 REPEAT:VDU19,RND(3),RND(7);0;:G=GET:UNTILG<>67 210 UNTIL FALSE