home *** CD-ROM | disk | FTP | other *** search
/ Amiga Computing 66 / ac066b.adf / AMOS.DMS / AMOS.adf / amos_3d_demos / TD_Loop.AMOS / TD_Loop.amosSourceCode
AMOS Source Code  |  1991-07-30  |  493b  |  21 lines

  1. '
  2. '                          Td Loop.AMOS  
  3. '
  4. ' Note: Td Dir has been added so that you access the correct object folder 
  5. '
  6.  Extension_4_04D6 ":AMOS_3d_demos/objects"
  7. '
  8. Double Buffer 
  9. Autoback 0
  10.  Extension_4_0016 "disc"
  11.  Extension_4_0036 1,"disc",0,0,1000,0,5000,-4000
  12. Palette ,,,,,,,,,$FFF,$F,$777
  13. Repeat 
  14.    Rem Move your objects here 
  15.    Cls 0
  16.     Extension_4_0318 
  17.    Rem You can draw on top of the 3D objects here 
  18.    Screen Swap 
  19.    Rem Sync with screen display 
  20.    Wait Vbl 
  21. Until False