home *** CD-ROM | disk | FTP | other *** search
AMOS Source Code | 1993-02-25 | 262 b | 9 lines |
- 'converted from an old stos listing
- 10 Curs Off : Hide On : Double Buffer
- 30 Get Sprite Palette
- 40 Wait Vbl
- 60 S1=100 : S2=0
- 70 Bob 1,160+Sin(S1/21.7)*150,100+Sin(S1/18.6)*90,1
- 80 Bob 2,160+Sin(S2/21.7)*150,100+Sin(S2/18.6)*90,2
- 90 Inc S1 : Inc S2
- 120 Goto 70