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

  1. on mouseUp
  2.   soundFade()
  3.   if the castNum of sprite 2 <> 0 then
  4.     if the castType of cast the castNum of sprite 2 = #digitalVideo then
  5.       set the movieRate of sprite 2 to 0
  6.     end if
  7.   end if
  8.   showAnim(9, 37)
  9.   go("done")
  10. end
  11.