home *** CD-ROM | disk | FTP | other *** search
/ ISV Strong Games / ISV_STRONG_GAMES.iso / arcade / caves / !Caves / !Run < prev    next >
Text File  |  1998-08-12  |  483b  |  19 lines

  1.  
  2. | Caves by Matthew Willson
  3. | © 1998
  4.  
  5. RMEnsure QTMTracker 1.27 RMLoad <Obey$Dir>.Audio.QTMTracker
  6.  
  7. RMLoad <Obey$Dir>.Sprites.Turning
  8. | Thanks to whoever wrote the turning pointer on the Acorn User disc
  9.  
  10. Set Caves$Dir <Obey$Dir>
  11.  
  12. WimpSlot -min 16k -max 16k
  13. Run <Obey$Dir>.FPSCheck
  14. | Uses !RunImageF for 70Hz frame rate, !RunImage for 50Hz
  15. WimpSlot -min 512k -max 512k
  16. If "<Caves$fps>"="50" Then Run <Obey$Dir>.!RunImage Else Run <Obey$Dir>.!RunImageF
  17.  
  18. RMKill QTMTracker
  19. RMKill Turning