home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Falcon 030 Power 2
/
F030_POWER2.iso
/
ST_STE
/
DEMOS
/
MEGADEMO
/
PASSIONP.ARJ
/
PASSIONP.MSA
/
BOTH
/
Y_MOV.LST
< prev
next >
Wrap
File List
|
1997-03-05
|
380b
|
21 lines
a$=SPACE$(16000)
adr%=VARPTR(a$)
FOR comp%=1 TO 32
y%=100+(150/((comp%)))
DPOKE adr%,y%
adr%=adr%+2
PSET comp%,y%,3
NEXT comp%
FOR comp%=33 TO 268
DPOKE adr%,100
adr%=adr%+2
PSET comp%,y%,3
NEXT comp%
FOR comp%=269 TO 300
y%=109-(150/((301-comp%)))
DPOKE adr%,y%
adr%=adr%+2
PSET comp%,y%,3
NEXT comp%
BSAVE "d:\z_mov.xxx",VARPTR(a$),600