home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / composer.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  127 b   |  11 lines

  1. on startMovie
  2.   startQTVR()
  3. end
  4.  
  5. on stopMovie
  6.   if soundBusy(2) or soundBusy(1) then
  7.     soundFade()
  8.   end if
  9.   stopQTVR()
  10. end
  11.