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:
AMOS Source Code  |  1993-01-17  |  226 b   |  14 lines

  1. Degree 
  2. Flash Off : Curs Off : Paper 0 : Cls 
  3. Hide 
  4. Double Buffer 
  5. Get Sprite Palette 
  6. Centre "Press any Key"
  7. Wait Key 
  8. Cls : Screen Swap : Cls 
  9. Wait 5
  10. For D=0 To 360 Step 4
  11.    Bob 1,D,Sin(D)*80+100,4
  12.    Wait Vbl 
  13. Next 
  14. Wait 8