Home » Personal collection » Commodore tapes » Commodore_16 » drawer_br_tape07b_c16_d90_ages_b.wav » secret-2
secret-2
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 » Commodore tapes » Commodore_16 » drawer_br_tape07b_c16_d90_ages_b.wav |
Filename: | secret-2 |
Read OK: | ✔ |
File size: | 0327 bytes |
Load address: | 1001 |
Exec address: | 0000 |
File contents
10 SCNCLR 20 COLOR 0,2:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT 30 COLOR 1,1:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT:PRINT 40 GRAPHIC 2,1 50 COLOR 0,6 60 PRINT" MENU" 70 PRINT" 1. DRAW LINES" 80 PRINT" 2. FILL IN" 90 PRINT" 3. TEST" 100 PRINT" 4. CLEAR"; 110 GETKEY A$ 120 IF A$="1"THEN 170 130 IF A$="3"THEN 140 IF A$="4"THEN RUN 150 IF A$="%"THEN GOSUB 340 160 PRINT:GOTO 60 170 COLOR 0,2:SCNCLR:COLOR 0,6:PRINT"START OF LINE" 180 INPUT"ROW DOWN 1-190";A$ 190 IF A$="HELP"THEN GOSUB 340 200 INPUT"ROW ACROSS 1-400";B$ 210 IF A$="HELP"THEN GOSUB 340 220 COLOR 0,2:SCNCLR:COLOR 0,6 230 PRINT"END OF LINE" 240 INPUT"ROW DOWN 1-190";C$ 250 IF A$="HELP"THEN GOSUB 340 260 INPUT"ROW ACROSS 1-400";D$ 270 IF A$="HELP"THEN GOSUB 340 280 INPUT"DO YOU WANT BLACK OR WHITE";E$ 290 IF E$="BLACK"THEN A=1 300 IF E$="WHITE"THEN A=0 310 IF E$="HELP"THEN GOSUB 340 320 DRAW A,A$,B$ TO C$,D$ 330 GOTO 50 340 COLOR 1,1 350 COLOR 0,1 360 COLOR 4,1 370 GETKEY Z$ 380 COLOR 4,15,6 390 COLOR 0,6 400 COLOR 1,1 410 RETURN
� % � 0,2:�:�:�:�:�:�:�:�:�:� C � 1,1:�:�:�:�:�:�:�:�:�:� M( � 2,1 W2 � 0,6 t<