home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #5 / CDRV3N5.ISO / demo / introdm.dir / Internal_87.ls < prev    next >
Encoding:
Text File  |  1996-07-12  |  191 b   |  11 lines

  1. on exitFrame
  2.   repeat while soundBusy(1)
  3.     nothing()
  4.   end repeat
  5.   sound close 1
  6.   sound close 2
  7.   set the volume of sound 1 to 255
  8.   set the volume of sound 2 to 255
  9.   unLoad(1, 405)
  10. end
  11.