home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
sourcecode
/
amos1.34_progs
/
bob_sin_curve.amos
/
bob_sin_curve.amosSourceCode
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1993-01-17
|
226 b
|
14 lines
Degree
Flash Off : Curs Off : Paper 0 : Cls
Hide
Double Buffer
Get Sprite Palette
Centre "Press any Key"
Wait Key
Cls : Screen Swap : Cls
Wait 5
For D=0 To 360 Step 4
Bob 1,D,Sin(D)*80+100,4
Wait Vbl
Next
Wait 8