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

  1. on mouseUp
  2.   global gPlayAll
  3.   set theCast to the castNum of sprite 2
  4.   if theCast <> 0 then
  5.     if the castType of cast theCast = #digitalVideo then
  6.       set the movieRate of sprite 2 to 0
  7.       updateStage()
  8.     end if
  9.   end if
  10.   set gPlayAll to 0
  11.   soundFade()
  12.   showAnim(3, 30)
  13.   go("part1")
  14. end
  15.