home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / demos / d / daftdemo / !DaftDemo / !Run < prev    next >
Encoding:
Text File  |  1991-05-05  |  984 b   |  24 lines

  1. | !Run file for Creator
  2. Set RunGame$Dir <Obey$Dir>
  3. WimpSlot 0 0
  4. Echo <22><15>
  5. Set Sounds$Dir <Obey$Dir>.Music
  6. RmEnsure ExSound 3.30 RMload <Obey$Dir>.ExSound
  7. RMEnsure ExSound 3.30 Error You need Sound Extension Module 3.30 or later
  8. |
  9. |--------------------------------------------------------------------------
  10. | If you get a 'Music won't fit' error increase the following value
  11. |--------------------------------------------------------------------------
  12. MusicRMASize 16000
  13. |
  14. |--------------------------------------------------------------------------
  15. | If you get a 'Sound won't fit' error increase the following value
  16. |--------------------------------------------------------------------------
  17. SoundRMASize 50000
  18. |
  19. |--------------------------------------------------------------------------
  20. | 'No room for this DIM' error? Increase the -max value below
  21. |--------------------------------------------------------------------------
  22. WimpSlot -min 480K -max 480K
  23. Run <Obey$Dir>.!RunImage
  24.