home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #3
/
amigamamagazinepolishissue1998.iso
/
maksiu
/
utils
/
eaissue3b.lha
/
Source_Code
/
UN_Radar_Screen.AMOS
/
UN_Radar_Screen.amosSourceCode
Wrap
AMOS Source Code
|
1995-12-30
|
314b
|
14 lines
Degree
Screen Open 0,320,256,2,Lowres : Curs Off : Colour 1,$F0 : Colour 0,0 : Ink 1 : Cls 0
Double Buffer : Autoback 0
D=180
S=3
Repeat
For ANGLE=359 To 0 Step -S
XP=D*Sin(ANGLE)
YP=D*Cos(ANGLE)
Cls
Draw 160,128 To 160+XP,128+YP
Screen Swap : Wait Vbl
Next
Until Mouse Key