Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Regulars » StarInfo/Vibe/BORDER
StarInfo/Vibe/BORDER
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 » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Regulars |
Filename: | StarInfo/Vibe/BORDER |
Read OK: | ✔ |
File size: | 0222 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
10REM > BORDER 20 30MODE27:OFF:GCOL4:K%=RND(-TIME) 40FORN%=1TO40:CIRCLE FILL RND(1024)+128,RND(704)+128,RND(64)+64 50LINE RND(1024)+128,RND(704)+128,RND(1024)+128,RND(704)+128:NEXT 60 70GCOL7:K%=0:PROCC(0,480,2,0) 80END 90 100DEFPROCC(X%,Y%,DX%,DY%) 110LOCAL I%,J% 120REPEAT 130X%+=DX%:Y%+=DY% 140FORI%=-2TO2STEP2:FORJ%=-2TO2STEP2 150IFPOINT(X%+I%,Y%+J%)<>0 K%=POINT(X%+I%,Y%+J%):X%+=I%:Y%+=J%:I%=2:J%=2 160NEXT, 170UNTILK%<>0 180PROCC1(X%,Y%) 190ENDPROC 200 210DEFPROCC1(X%,Y%) 220LOCAL I%,J%,N%,M% 230POINT X%,Y% 240FORI%=-2TO2STEP2:FORJ%=-2TO2STEP2 250IFPOINT(X%+I%,Y%+J%)=0THEN 260FORN%=-2TO2STEP2:FORM%=-2TO2STEP2 270IFPOINT(X%+I%+N%,Y%+J%+M%)=K% PROCC1(X%+I%,Y%+J%) 280NEXT, 290ENDIF 300NEXT, 310ENDPROC
� > BORDER �27:�:�4:K%=�(-�) (2�N%=1�40:ȏ Ȑ �(1024)+128,�(704)+128,�(64)+64 25� �(1024)+128,�(704)+128,�(1024)+128,�(704)+128:� < F�7:K%=0:�C(0,480,2,0) P� Z d��C(X%,Y%,DX%,DY%) n� I%,J% x� �X%+=DX%:Y%+=DY% ��I%=-2�2�2:�J%=-2�2�2 �>�X%+I%,Y%+J%)<>0 K%=�X%+I%,Y%+J%):X%+=I%:Y%+=J%:I%=2:J%=2 ��, � �K%<>0 ��C1(X%,Y%) �� � ���C1(X%,Y%) �� I%,J%,N%,M% �Ȓ X%,Y% ��I%=-2�2�2:�J%=-2�2�2 ��X%+I%,Y%+J%)=0� �N%=-2�2�2:�M%=-2�2�2 ,�X%+I%+N%,Y%+J%+M%)=K% �C1(X%+I%,Y%+J%) �, "� ,�, 6� �
00000000 0d 00 0a 0e f4 20 3e 20 42 4f 52 44 45 52 0d 00 |..... > BORDER..| 00000010 14 04 0d 00 1e 15 eb 32 37 3a 87 3a e6 34 3a 4b |.......27:.:.4:K| 00000020 25 3d b3 28 2d 91 29 0d 00 28 32 e3 4e 25 3d 31 |%=.(-.)..(2.N%=1| 00000030 b8 34 30 3a c8 8f 20 c8 90 20 b3 28 31 30 32 34 |.40:.. .. .(1024| 00000040 29 2b 31 32 38 2c b3 28 37 30 34 29 2b 31 32 38 |)+128,.(704)+128| 00000050 2c b3 28 36 34 29 2b 36 34 0d 00 32 35 86 20 b3 |,.(64)+64..25. .| 00000060 28 31 30 32 34 29 2b 31 32 38 2c b3 28 37 30 34 |(1024)+128,.(704| 00000070 29 2b 31 32 38 2c b3 28 31 30 32 34 29 2b 31 32 |)+128,.(1024)+12| 00000080 38 2c b3 28 37 30 34 29 2b 31 32 38 3a ed 0d 00 |8,.(704)+128:...| 00000090 3c 04 0d 00 46 19 e6 37 3a 4b 25 3d 30 3a f2 43 |<...F..7:K%=0:.C| 000000a0 28 30 2c 34 38 30 2c 32 2c 30 29 0d 00 50 05 e0 |(0,480,2,0)..P..| 000000b0 0d 00 5a 04 0d 00 64 16 dd f2 43 28 58 25 2c 59 |..Z...d...C(X%,Y| 000000c0 25 2c 44 58 25 2c 44 59 25 29 0d 00 6e 0b ea 20 |%,DX%,DY%)..n.. | 000000d0 49 25 2c 4a 25 0d 00 78 05 f5 0d 00 82 13 58 25 |I%,J%..x......X%| 000000e0 2b 3d 44 58 25 3a 59 25 2b 3d 44 59 25 0d 00 8c |+=DX%:Y%+=DY%...| 000000f0 19 e3 49 25 3d 2d 32 b8 32 88 32 3a e3 4a 25 3d |..I%=-2.2.2:.J%=| 00000100 2d 32 b8 32 88 32 0d 00 96 3e e7 b0 58 25 2b 49 |-2.2.2...>..X%+I| 00000110 25 2c 59 25 2b 4a 25 29 3c 3e 30 20 4b 25 3d b0 |%,Y%+J%)<>0 K%=.| 00000120 58 25 2b 49 25 2c 59 25 2b 4a 25 29 3a 58 25 2b |X%+I%,Y%+J%):X%+| 00000130 3d 49 25 3a 59 25 2b 3d 4a 25 3a 49 25 3d 32 3a |=I%:Y%+=J%:I%=2:| 00000140 4a 25 3d 32 0d 00 a0 06 ed 2c 0d 00 aa 0a fd 4b |J%=2.....,.....K| 00000150 25 3c 3e 30 0d 00 b4 0e f2 43 31 28 58 25 2c 59 |%<>0.....C1(X%,Y| 00000160 25 29 0d 00 be 05 e1 0d 00 c8 04 0d 00 d2 0f dd |%)..............| 00000170 f2 43 31 28 58 25 2c 59 25 29 0d 00 dc 11 ea 20 |.C1(X%,Y%)..... | 00000180 49 25 2c 4a 25 2c 4e 25 2c 4d 25 0d 00 e6 0c c8 |I%,J%,N%,M%.....| 00000190 92 20 58 25 2c 59 25 0d 00 f0 19 e3 49 25 3d 2d |. X%,Y%.....I%=-| 000001a0 32 b8 32 88 32 3a e3 4a 25 3d 2d 32 b8 32 88 32 |2.2.2:.J%=-2.2.2| 000001b0 0d 00 fa 15 e7 b0 58 25 2b 49 25 2c 59 25 2b 4a |......X%+I%,Y%+J| 000001c0 25 29 3d 30 8c 0d 01 04 19 e3 4e 25 3d 2d 32 b8 |%)=0......N%=-2.| 000001d0 32 88 32 3a e3 4d 25 3d 2d 32 b8 32 88 32 0d 01 |2.2:.M%=-2.2.2..| 000001e0 0e 2c e7 b0 58 25 2b 49 25 2b 4e 25 2c 59 25 2b |.,..X%+I%+N%,Y%+| 000001f0 4a 25 2b 4d 25 29 3d 4b 25 20 f2 43 31 28 58 25 |J%+M%)=K% .C1(X%| 00000200 2b 49 25 2c 59 25 2b 4a 25 29 0d 01 18 06 ed 2c |+I%,Y%+J%).....,| 00000210 0d 01 22 05 cd 0d 01 2c 06 ed 2c 0d 01 36 05 e1 |.."....,..,..6..| 00000220 0d ff |..| 00000222