Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199312.adf » !StarInfo_StarInfo » Vibe/Rain

Vibe/Rain

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_199312.adf » !StarInfo_StarInfo
Filename: Vibe/Rain
Read OK:
File size: 01DA bytes
Load address: 0000
Exec address: 0000
File contents
    1REM    >Rain
    2REM By  Jan Vibe
    3REM For 32-bit machines
    4REM (c) BAU December 1993
    5:
    6MODE 12:MODE 9:OFF
    7FOR i=1 TO 15
    8 COLOUR i,i*&11,i*&11,i*&11
    9NEXT
   10max=20
   11DIM x(max),y(max),z(max),w(max),d(max)
   12b=1
   13REPEAT
   14 WAIT
   15 SYS 6,112,b
   16 SYS 6,113,3-b
   17 b=3-b
   18 CLS
   19 FOR i=1 TO max
   20  z(i)=z(i)+4
   21  IF z(i)>w(i) THEN
   22   x(i)=RND(1280)
   23   y(i)=RND(1024)
   24   w(i)=RND(120)+30
   25   d(i)=w(i)/15+1
   26   z(i)=0
   27  ENDIF
   28  GCOL 16-z(i)/d(i)
   29  CIRCLE x(i),y(i),z(i)
   30 NEXT
   31UNTIL0
�    >Rain
� By  Jan Vibe
� For 32-bit machines
� (c) BAU December 1993
:
� 12:� 9:�
� i=1 � 15
 � i,i*&11,i*&11,i*&11
	�


max=20
(� x(max),y(max),z(max),w(max),d(max)
b=1

�
 Ȗ
 ș 6,112,b
 ș 6,113,3-b

 b=3-b
 �
 � i=1 � max
  z(i)=z(i)+4
  � z(i)>w(i) �
   x(i)=�(1280)
   y(i)=�(1024)
   w(i)=�(120)+30
   d(i)=w(i)/15+1

   z(i)=0
  �
  � 16-z(i)/d(i)
  ȏ x(i),y(i),z(i)
 �
�0
�
00000000  0d 00 01 0e f4 20 20 20  20 3e 52 61 69 6e 0d 00  |.....    >Rain..|
00000010  02 12 f4 20 42 79 20 20  4a 61 6e 20 56 69 62 65  |... By  Jan Vibe|
00000020  0d 00 03 19 f4 20 46 6f  72 20 33 32 2d 62 69 74  |..... For 32-bit|
00000030  20 6d 61 63 68 69 6e 65  73 0d 00 04 1b f4 20 28  | machines..... (|
00000040  63 29 20 42 41 55 20 44  65 63 65 6d 62 65 72 20  |c) BAU December |
00000050  31 39 39 33 0d 00 05 05  3a 0d 00 06 0e eb 20 31  |1993....:..... 1|
00000060  32 3a eb 20 39 3a 87 0d  00 07 0e e3 20 69 3d 31  |2:. 9:...... i=1|
00000070  20 b8 20 31 35 0d 00 08  1a 20 fb 20 69 2c 69 2a  | . 15.... . i,i*|
00000080  26 31 31 2c 69 2a 26 31  31 2c 69 2a 26 31 31 0d  |&11,i*&11,i*&11.|
00000090  00 09 05 ed 0d 00 0a 0a  6d 61 78 3d 32 30 0d 00  |........max=20..|
000000a0  0b 28 de 20 78 28 6d 61  78 29 2c 79 28 6d 61 78  |.(. x(max),y(max|
000000b0  29 2c 7a 28 6d 61 78 29  2c 77 28 6d 61 78 29 2c  |),z(max),w(max),|
000000c0  64 28 6d 61 78 29 0d 00  0c 07 62 3d 31 0d 00 0d  |d(max)....b=1...|
000000d0  05 f5 0d 00 0e 07 20 c8  96 0d 00 0f 0f 20 c8 99  |...... ...... ..|
000000e0  20 36 2c 31 31 32 2c 62  0d 00 10 11 20 c8 99 20  | 6,112,b.... .. |
000000f0  36 2c 31 31 33 2c 33 2d  62 0d 00 11 0a 20 62 3d  |6,113,3-b.... b=|
00000100  33 2d 62 0d 00 12 06 20  db 0d 00 13 10 20 e3 20  |3-b.... ..... . |
00000110  69 3d 31 20 b8 20 6d 61  78 0d 00 14 11 20 20 7a  |i=1 . max....  z|
00000120  28 69 29 3d 7a 28 69 29  2b 34 0d 00 15 13 20 20  |(i)=z(i)+4....  |
00000130  e7 20 7a 28 69 29 3e 77  28 69 29 20 8c 0d 00 16  |. z(i)>w(i) ....|
00000140  13 20 20 20 78 28 69 29  3d b3 28 31 32 38 30 29  |.   x(i)=.(1280)|
00000150  0d 00 17 13 20 20 20 79  28 69 29 3d b3 28 31 30  |....   y(i)=.(10|
00000160  32 34 29 0d 00 18 15 20  20 20 77 28 69 29 3d b3  |24)....   w(i)=.|
00000170  28 31 32 30 29 2b 33 30  0d 00 19 15 20 20 20 64  |(120)+30....   d|
00000180  28 69 29 3d 77 28 69 29  2f 31 35 2b 31 0d 00 1a  |(i)=w(i)/15+1...|
00000190  0d 20 20 20 7a 28 69 29  3d 30 0d 00 1b 07 20 20  |.   z(i)=0....  |
000001a0  cd 0d 00 1c 14 20 20 e6  20 31 36 2d 7a 28 69 29  |.....  . 16-z(i)|
000001b0  2f 64 28 69 29 0d 00 1d  17 20 20 c8 8f 20 78 28  |/d(i)....  .. x(|
000001c0  69 29 2c 79 28 69 29 2c  7a 28 69 29 0d 00 1e 06  |i),y(i),z(i)....|
000001d0  20 ed 0d 00 1f 06 fd 30  0d ff                    | ......0..|
000001da