home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 67 / IOPROG_67A.ISO / soft / Tools / mwsppv4.exe / LIBRARY.SCRIPT < prev    next >
Encoding:
Text File  |  1998-01-06  |  283 b   |  18 lines

  1. !!Script
  2. // Copyright ⌐ 1997-1998 - Modelworks Software
  3.  
  4. // Library script test - this is the script that get tested
  5. // by the LibraryTest script
  6.  
  7. function startSound()
  8. {
  9.   playSound("SystemExit", true, true);
  10. }
  11.  
  12. function stopSound()
  13. {
  14.   playSound("");
  15. }
  16.  
  17. !!/Script
  18.