home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 10: Diskmags
/
nf_archive_10.iso
/
MAGS
/
STOS_FC
/
STOSFC01.MSA
/
STOS.ASC_CIRCDEMO.ASC
< prev
next >
Wrap
Text File
|
1987-04-21
|
285b
|
12 lines
2 rem Demo of a circle
10 mode 0 : hide : cls back : cls logic
15 YMAX=200
20 R#=60 : C=1
24 repeat 25 X=140+100*cos(WINK#)
30 Y=YMAX/2-YMAX/4*sin(WINK#)
35 ink C : arc X,Y,R#,0,3600
40 WINK#=WINK#+0.03
45 R#=R#-0.25
50 if R#<32 then C=10
51 if R#<20 then C=6
55 until R#<=0