Home » Archimedes archive » Acorn User » AU 1997-03 B.adf » Regulars » StarInfo/Hyde/!PsycheOut/!Run
StarInfo/Hyde/!PsycheOut/!Run
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 » Archimedes archive » Acorn User » AU 1997-03 B.adf » Regulars |
Filename: | StarInfo/Hyde/!PsycheOut/!Run |
Read OK: | ✔ |
File size: | 02DF bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
10REM > Psychedelic 20REM > David Hyde 30REM > 13/4/95 40 50MODE 12:OFF 60ON ERROR MODE 16:REPORT:PRINT" at line ";ERL:END 70PROCSetVariables 80PROCPsyche 90 100DEF PROCPsyche 110REPEAT 120COLOUR 128+(8-c% AND 15) 130GCOL 0,8-c% AND 15 140CIRCLEFILL 640,512,x%:PROCAcid 150FOR c1%=8-c% TO 23-c% 160e%=c1%+c% 170COLOUR c1%,e%<<r%,e%-t1%<<g%,e%-t2%<<b% 180NEXT 190x%-=xd%:IF x%<0 THEN x%=0:PROCAcid 200WAIT:c%+=d% 210IF INKEY(-10) THEN PROCColours 220UNTIL FALSE 230ENDPROC 240 250DEF PROCSetVariables 260x%=900:xd%=30 270S=0:s%=44 280r=0:rs=1 290ad%=5 300c%=0:d%=1:c1%=8 310r%=9:g%=2:b%=3 320t1%=10:t2%=10 330ENDPROC 340 350DEF PROCColours 360r%=RND(10):g%=RND(10):b%=RND(10) 370t1%=RND(100):t2%=RND(100) 380ENDPROC 390 400DEF PROCAcid 410GCOL 0,8+c% AND 15 420CIRCLEFILL 640-r*COS(-S),512-r*SIN(-S),ad% 430r+=rs:IF r>900 OR r<0 THEN rs=-rs 440S+=s% 450ENDPROC 460 470DEF PROCSave 480OSCLI("ScreenSave S") 490ENDPROC
� > Psychedelic � > David Hyde � > 13/4/95 ( 2 � 12:� <� � � 16:�:�" at line ";�:� F�SetVariables P�Psyche Z d � �Psyche n� x� 128+(8-c% � 15) �� 0,8-c% � 15 �ȏȐ 640,512,x%:�Acid �� c1%=8-c% � 23-c% � e%=c1%+c% �&� c1%,e%<<r%,e%-t1%<<g%,e%-t2%<<b% �� �x%-=xd%:� x%<0 � x%=0:�Acid � Ȗ:c%+=d% �� �(-10) � �Colours �� � �� � �� �SetVariables x%=900:xd%=30 S=0:s%=44 r=0:rs=1 " ad%=5 ,c%=0:d%=1:c1%=8 6r%=9:g%=2:b%=3 @t1%=10:t2%=10 J� T ^� �Colours hr%=�(10):g%=�(10):b%=�(10) rt1%=�(100):t2%=�(100) |� � �� �Acid �� 0,8+c% � 15 �$ȏȐ 640-r*�(-S),512-r*�(-S),ad% � r+=rs:� r>900 � r<0 � rs=-rs � S+=s% �� � �� �Save ��("ScreenSave S") �� �
00000000 0d 00 0a 13 f4 20 3e 20 50 73 79 63 68 65 64 65 |..... > Psychede| 00000010 6c 69 63 0d 00 14 12 f4 20 3e 20 44 61 76 69 64 |lic..... > David| 00000020 20 48 79 64 65 0d 00 1e 0f f4 20 3e 20 31 33 2f | Hyde..... > 13/| 00000030 34 2f 39 35 0d 00 28 04 0d 00 32 0a eb 20 31 32 |4/95..(...2.. 12| 00000040 3a 87 0d 00 3c 1f ee 20 85 20 eb 20 31 36 3a f6 |:...<.. . . 16:.| 00000050 3a f1 22 20 61 74 20 6c 69 6e 65 20 22 3b 9e 3a |:." at line ";.:| 00000060 e0 0d 00 46 11 f2 53 65 74 56 61 72 69 61 62 6c |...F..SetVariabl| 00000070 65 73 0d 00 50 0b f2 50 73 79 63 68 65 0d 00 5a |es..P..Psyche..Z| 00000080 04 0d 00 64 0d dd 20 f2 50 73 79 63 68 65 0d 00 |...d.. .Psyche..| 00000090 6e 05 f5 0d 00 78 15 fb 20 31 32 38 2b 28 38 2d |n....x.. 128+(8-| 000000a0 63 25 20 80 20 31 35 29 0d 00 82 11 e6 20 30 2c |c% . 15)..... 0,| 000000b0 38 2d 63 25 20 80 20 31 35 0d 00 8c 19 c8 8f c8 |8-c% . 15.......| 000000c0 90 20 36 34 30 2c 35 31 32 2c 78 25 3a f2 41 63 |. 640,512,x%:.Ac| 000000d0 69 64 0d 00 96 16 e3 20 63 31 25 3d 38 2d 63 25 |id..... c1%=8-c%| 000000e0 20 b8 20 32 33 2d 63 25 0d 00 a0 0d 65 25 3d 63 | . 23-c%....e%=c| 000000f0 31 25 2b 63 25 0d 00 aa 26 fb 20 63 31 25 2c 65 |1%+c%...&. c1%,e| 00000100 25 3c 3c 72 25 2c 65 25 2d 74 31 25 3c 3c 67 25 |%<<r%,e%-t1%<<g%| 00000110 2c 65 25 2d 74 32 25 3c 3c 62 25 0d 00 b4 05 ed |,e%-t2%<<b%.....| 00000120 0d 00 be 1f 78 25 2d 3d 78 64 25 3a e7 20 78 25 |....x%-=xd%:. x%| 00000130 3c 30 20 8c 20 78 25 3d 30 3a f2 41 63 69 64 0d |<0 . x%=0:.Acid.| 00000140 00 c8 0d c8 96 3a 63 25 2b 3d 64 25 0d 00 d2 17 |.....:c%+=d%....| 00000150 e7 20 a6 28 2d 31 30 29 20 8c 20 f2 43 6f 6c 6f |. .(-10) . .Colo| 00000160 75 72 73 0d 00 dc 07 fd 20 a3 0d 00 e6 05 e1 0d |urs..... .......| 00000170 00 f0 04 0d 00 fa 13 dd 20 f2 53 65 74 56 61 72 |........ .SetVar| 00000180 69 61 62 6c 65 73 0d 01 04 11 78 25 3d 39 30 30 |iables....x%=900| 00000190 3a 78 64 25 3d 33 30 0d 01 0e 0d 53 3d 30 3a 73 |:xd%=30....S=0:s| 000001a0 25 3d 34 34 0d 01 18 0c 72 3d 30 3a 72 73 3d 31 |%=44....r=0:rs=1| 000001b0 0d 01 22 09 61 64 25 3d 35 0d 01 2c 13 63 25 3d |..".ad%=5..,.c%=| 000001c0 30 3a 64 25 3d 31 3a 63 31 25 3d 38 0d 01 36 12 |0:d%=1:c1%=8..6.| 000001d0 72 25 3d 39 3a 67 25 3d 32 3a 62 25 3d 33 0d 01 |r%=9:g%=2:b%=3..| 000001e0 40 11 74 31 25 3d 31 30 3a 74 32 25 3d 31 30 0d |@.t1%=10:t2%=10.| 000001f0 01 4a 05 e1 0d 01 54 04 0d 01 5e 0e dd 20 f2 43 |.J....T...^.. .C| 00000200 6f 6c 6f 75 72 73 0d 01 68 1e 72 25 3d b3 28 31 |olours..h.r%=.(1| 00000210 30 29 3a 67 25 3d b3 28 31 30 29 3a 62 25 3d b3 |0):g%=.(10):b%=.| 00000220 28 31 30 29 0d 01 72 19 74 31 25 3d b3 28 31 30 |(10)..r.t1%=.(10| 00000230 30 29 3a 74 32 25 3d b3 28 31 30 30 29 0d 01 7c |0):t2%=.(100)..|| 00000240 05 e1 0d 01 86 04 0d 01 90 0b dd 20 f2 41 63 69 |........... .Aci| 00000250 64 0d 01 9a 11 e6 20 30 2c 38 2b 63 25 20 80 20 |d..... 0,8+c% . | 00000260 31 35 0d 01 a4 24 c8 8f c8 90 20 36 34 30 2d 72 |15...$.... 640-r| 00000270 2a 9b 28 2d 53 29 2c 35 31 32 2d 72 2a b5 28 2d |*.(-S),512-r*.(-| 00000280 53 29 2c 61 64 25 0d 01 ae 20 72 2b 3d 72 73 3a |S),ad%... r+=rs:| 00000290 e7 20 72 3e 39 30 30 20 84 20 72 3c 30 20 8c 20 |. r>900 . r<0 . | 000002a0 72 73 3d 2d 72 73 0d 01 b8 09 53 2b 3d 73 25 0d |rs=-rs....S+=s%.| 000002b0 01 c2 05 e1 0d 01 cc 04 0d 01 d6 0b dd 20 f2 53 |............. .S| 000002c0 61 76 65 0d 01 e0 15 ff 28 22 53 63 72 65 65 6e |ave.....("Screen| 000002d0 53 61 76 65 20 53 22 29 0d 01 ea 05 e1 0d ff |Save S").......| 000002df