home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 2 / CDROM02.iso / tlapse / tloview.exe / OVERVIEW.DXR / 00097.ls < prev    next >
Encoding:
Text File  |  1996-04-26  |  145 b   |  10 lines

  1. on enterFrame
  2.   if (the volume of sound 1 > 0) or (the volume of sound 2 > 0) then
  3.     FadeAllAudio()
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   play done
  9. end
  10.