Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Regulars » StarInfo/Mossop/Clouds
StarInfo/Mossop/Clouds
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-01 B.adf » Regulars |
Filename: | StarInfo/Mossop/Clouds |
Read OK: | ✔ |
File size: | 01F2 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
10MODE 12 20OFF 30 40ON ERROR PRINT REPORT$,ERL:END 50 60FOR x=1TO15 70COLOUR x,255-8*x,255-8*x,255-8*x 80NEXT 90COLOUR 0,0,200,255 100CLG 110FORy=0TO1024STEP8 120a=POINT(0,y-8)+(RND(3)-2) 130IFRND(1)>0.75THENa-=1 140IF a<0 THEN a=0 150IF a>15 THEN a=15 160GCOL a 170IF y=0 THEN GCOL RND(16)-1 180CIRCLE FILL 0,y,4 190NEXT 200 210REPEAT 220RECTANGLE 0,0,1279,1024 TO 4,0 230FORy=0TO1024STEP8 240IF RND(1)>.7THEN c=2 ELSE c=1 250col=y+((RND(3)-2)*(8*c)) 260IFcol<0THENcol=0 270IFcol>1024THENcol=1024 280col=POINT(4,col) 290IF RND(1)>0.8 THEN col+=(RND(3)-2) 300IFcol<0THENcol=0 310IFcol>15THENcol=15 320GCOL col 330CIRCLE FILL 0,y,4 340NEXT 350UNTIL FALSE
� 12 � (� � � �$,�:� 2 <� x=1�15 F� x,255-8*x,255-8*x,255-8*x P� Z� 0,0,200,255 d� n�y=0�1024�8 xa=�0,y-8)+(�(3)-2) ��(1)>0.75�a-=1 �� a<0 � a=0 �� a>15 � a=15 �� a �� y=0 � � �(16)-1 �ȏ Ȑ 0,y,4 �� � �� �ȓ 0,0,1279,1024 � 4,0 ��y=0�1024�8 �� �(1)>.7� c=2 � c=1 �col=y+((�(3)-2)*(8*c)) �col<0�col=0 �col>1024�col=1024 col=�4,col) "� �(1)>0.8 � col+=(�(3)-2) ,�col<0�col=0 6�col>15�col=15 @ � col Jȏ Ȑ 0,y,4 T� ^� � �
00000000 0d 00 0a 08 eb 20 31 32 0d 00 14 05 87 0d 00 1e |..... 12........| 00000010 04 0d 00 28 10 ee 20 85 20 f1 20 f6 24 2c 9e 3a |...(.. . . .$,.:| 00000020 e0 0d 00 32 04 0d 00 3c 0c e3 20 78 3d 31 b8 31 |...2...<.. x=1.1| 00000030 35 0d 00 46 1f fb 20 78 2c 32 35 35 2d 38 2a 78 |5..F.. x,255-8*x| 00000040 2c 32 35 35 2d 38 2a 78 2c 32 35 35 2d 38 2a 78 |,255-8*x,255-8*x| 00000050 0d 00 50 05 ed 0d 00 5a 11 fb 20 30 2c 30 2c 32 |..P....Z.. 0,0,2| 00000060 30 30 2c 32 35 35 0d 00 64 05 da 0d 00 6e 0f e3 |00,255..d....n..| 00000070 79 3d 30 b8 31 30 32 34 88 38 0d 00 78 16 61 3d |y=0.1024.8..x.a=| 00000080 b0 30 2c 79 2d 38 29 2b 28 b3 28 33 29 2d 32 29 |.0,y-8)+(.(3)-2)| 00000090 0d 00 82 13 e7 b3 28 31 29 3e 30 2e 37 35 8c 61 |......(1)>0.75.a| 000000a0 2d 3d 31 0d 00 8c 0f e7 20 61 3c 30 20 8c 20 61 |-=1..... a<0 . a| 000000b0 3d 30 0d 00 96 11 e7 20 61 3e 31 35 20 8c 20 61 |=0..... a>15 . a| 000000c0 3d 31 35 0d 00 a0 07 e6 20 61 0d 00 aa 15 e7 20 |=15..... a..... | 000000d0 79 3d 30 20 8c 20 e6 20 b3 28 31 36 29 2d 31 0d |y=0 . . .(16)-1.| 000000e0 00 b4 0f c8 8f 20 c8 90 20 30 2c 79 2c 34 0d 00 |..... .. 0,y,4..| 000000f0 be 05 ed 0d 00 c8 04 0d 00 d2 05 f5 0d 00 dc 1a |................| 00000100 c8 93 20 30 2c 30 2c 31 32 37 39 2c 31 30 32 34 |.. 0,0,1279,1024| 00000110 20 b8 20 34 2c 30 0d 00 e6 0f e3 79 3d 30 b8 31 | . 4,0.....y=0.1| 00000120 30 32 34 88 38 0d 00 f0 18 e7 20 b3 28 31 29 3e |024.8..... .(1)>| 00000130 2e 37 8c 20 63 3d 32 20 8b 20 63 3d 31 0d 00 fa |.7. c=2 . c=1...| 00000140 1a 63 6f 6c 3d 79 2b 28 28 b3 28 33 29 2d 32 29 |.col=y+((.(3)-2)| 00000150 2a 28 38 2a 63 29 29 0d 01 04 10 e7 63 6f 6c 3c |*(8*c)).....col<| 00000160 30 8c 63 6f 6c 3d 30 0d 01 0e 16 e7 63 6f 6c 3e |0.col=0.....col>| 00000170 31 30 32 34 8c 63 6f 6c 3d 31 30 32 34 0d 01 18 |1024.col=1024...| 00000180 0f 63 6f 6c 3d b0 34 2c 63 6f 6c 29 0d 01 22 1e |.col=.4,col)..".| 00000190 e7 20 b3 28 31 29 3e 30 2e 38 20 8c 20 63 6f 6c |. .(1)>0.8 . col| 000001a0 2b 3d 28 b3 28 33 29 2d 32 29 0d 01 2c 10 e7 63 |+=(.(3)-2)..,..c| 000001b0 6f 6c 3c 30 8c 63 6f 6c 3d 30 0d 01 36 12 e7 63 |ol<0.col=0..6..c| 000001c0 6f 6c 3e 31 35 8c 63 6f 6c 3d 31 35 0d 01 40 09 |ol>15.col=15..@.| 000001d0 e6 20 63 6f 6c 0d 01 4a 0f c8 8f 20 c8 90 20 30 |. col..J... .. 0| 000001e0 2c 79 2c 34 0d 01 54 05 ed 0d 01 5e 07 fd 20 a3 |,y,4..T....^.. .| 000001f0 0d ff |..| 000001f2