home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / theatre.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  299 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.   soundFade()
  11.   showAnim(8, 35)
  12.   set gPlayAll to 1
  13.   go("all")
  14. end
  15.