Home » Archimedes archive » Acorn User » AU 1993-09.adf » !StarInfo_StarInfo » EightBit/Sparkle
EightBit/Sparkle
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 1993-09.adf » !StarInfo_StarInfo |
Filename: | EightBit/Sparkle |
Read OK: | ✔ |
File size: | 01A0 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Acorn User » AU 1993-09.adf » !StarInfo_StarInfo » EightBit/Sparkle
- AEW website » au » au_5_25_discs_Acorn_User_93_09_tau93-09.ssd » Sparkle
File contents
10REM >Sparkle (Info8) 20REM By Christopher Bassett 30REM For 8-bit machines 40REM (c) BAU September 1993 50: 60MODE 2 70VDU 19,15,7;0; 80c=1 90FOR s=1 TO 50 100 xs=RND(32)-16 110 ys=RND(30)-3 120 x=700 130 y=500 140 p=0 150 MOVE x,y 160 REPEAT 170 p=p+1 180 GCOL 0,c 190 x=x+xs 200 y=y+ys 210 ys=ys-0.5 220 DRAW x,y 230 c=c+1 240 IF c=15 THEN c=1 250 UNTIL p=35 260NEXT 270GCOL 0,15 280MOVE 400,0 290DRAW 700,500 300*SAVE SparScr 3000 8000 310END
� >Sparkle (Info8) � By Christopher Bassett � For 8-bit machines (� (c) BAU September 1993 2: <� 2 F� 19,15,7;0; Pc=1 Z� s=1 � 50 d xs=�(32)-16 n ys=�(30)-3 x x=700 � y=500 � p=0 � � x,y � � � p=p+1 � � 0,c � x=x+xs � y=y+ys � ys=ys-0.5 � � x,y � c=c+1 � � c=15 � c=1 � � p=35 � � 0,15 � 400,0 " � 700,500 ,*SAVE SparScr 3000 8000 6� �
00000000 0d 00 0a 1a f4 20 20 20 20 20 3e 53 70 61 72 6b |..... >Spark| 00000010 6c 65 20 28 49 6e 66 6f 38 29 0d 00 14 1d f4 20 |le (Info8)..... | 00000020 42 79 20 20 43 68 72 69 73 74 6f 70 68 65 72 20 |By Christopher | 00000030 42 61 73 73 65 74 74 0d 00 1e 18 f4 20 46 6f 72 |Bassett..... For| 00000040 20 38 2d 62 69 74 20 6d 61 63 68 69 6e 65 73 0d | 8-bit machines.| 00000050 00 28 1c f4 20 28 63 29 20 42 41 55 20 53 65 70 |.(.. (c) BAU Sep| 00000060 74 65 6d 62 65 72 20 31 39 39 33 0d 00 32 05 3a |tember 1993..2.:| 00000070 0d 00 3c 07 eb 20 32 0d 00 46 10 ef 20 31 39 2c |..<.. 2..F.. 19,| 00000080 31 35 2c 37 3b 30 3b 0d 00 50 07 63 3d 31 0d 00 |15,7;0;..P.c=1..| 00000090 5a 0e e3 20 73 3d 31 20 b8 20 35 30 0d 00 64 10 |Z.. s=1 . 50..d.| 000000a0 20 78 73 3d b3 28 33 32 29 2d 31 36 0d 00 6e 0f | xs=.(32)-16..n.| 000000b0 20 79 73 3d b3 28 33 30 29 2d 33 0d 00 78 0a 20 | ys=.(30)-3..x. | 000000c0 78 3d 37 30 30 0d 00 82 0a 20 79 3d 35 30 30 0d |x=700.... y=500.| 000000d0 00 8c 08 20 70 3d 30 0d 00 96 0a 20 ec 20 78 2c |... p=0.... . x,| 000000e0 79 0d 00 a0 06 20 f5 0d 00 aa 0b 20 20 70 3d 70 |y.... ..... p=p| 000000f0 2b 31 0d 00 b4 0b 20 20 e6 20 30 2c 63 0d 00 be |+1.... . 0,c...| 00000100 0c 20 20 78 3d 78 2b 78 73 0d 00 c8 0c 20 20 79 |. x=x+xs.... y| 00000110 3d 79 2b 79 73 0d 00 d2 0f 20 20 79 73 3d 79 73 |=y+ys.... ys=ys| 00000120 2d 30 2e 35 0d 00 dc 0b 20 20 df 20 78 2c 79 0d |-0.5.... . x,y.| 00000130 00 e6 0b 20 20 63 3d 63 2b 31 0d 00 f0 12 20 20 |... c=c+1.... | 00000140 e7 20 63 3d 31 35 20 8c 20 63 3d 31 0d 00 fa 0b |. c=15 . c=1....| 00000150 20 fd 20 70 3d 33 35 0d 01 04 05 ed 0d 01 0e 0a | . p=35.........| 00000160 e6 20 30 2c 31 35 0d 01 18 0b ec 20 34 30 30 2c |. 0,15..... 400,| 00000170 30 0d 01 22 0d df 20 37 30 30 2c 35 30 30 0d 01 |0..".. 700,500..| 00000180 2c 1b 2a 53 41 56 45 20 53 70 61 72 53 63 72 20 |,.*SAVE SparScr | 00000190 33 30 30 30 20 38 30 30 30 0d 01 36 05 e0 0d ff |3000 8000..6....| 000001a0