home *** CD-ROM | disk | FTP | other *** search
- !!Script
- // Copyright ⌐ 1997-1998 - Modelworks Software
-
- // Library script test - this is the script that get tested
- // by the LibraryTest script
-
- function startSound()
- {
- playSound("SystemExit", true, true);
- }
-
- function stopSound()
- {
- playSound("");
- }
-
- !!/Script
-