home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HOT Scene Stuff
/
hotscenestuffzyklop1996.iso
/
diskmags
/
deutsch
/
microcod
/
micro5
/
source
/
bas
/
beispie2.bas
< prev
next >
Wrap
BASIC Source File
|
1995-07-04
|
475b
|
24 lines
SCREEN 12
randomize timer
f=8
e=4
DO WHILE INKEY$ = ""
a = a + 1
c = INT(a * a / 1000)
d = d - e
IF d < 1 THEN d = 200
if e>=14 then e=3
IF a >= 700 THEN a = 1: b = b + 1
IF b = 45 and f=8 THEN b=1:f=7:e=e+1.5
if b=45 and f=7 then f=15:b=1:e=e+1
if b=45 and f=15 then f=0:b=1:e=e-2
if b=45 and f=0 then b=1:f=8:e=e+1
PSET (a, a-d), f
PSET (a - d, a), f
pset (650-a,a-d),f
pset (650-(a-d),a),f
LOOP
cls:
?"made by Dark Crusher"
do while inkey$="":loop