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

  1. on mouseUp
  2.   if the castNum of sprite 2 = 0 then
  3.     exit
  4.   end if
  5.   if the castType of cast the castNum of sprite 2 <> #digitalVideo then
  6.     exit
  7.   end if
  8.   set the movieRate of sprite 2 to 0
  9.   updateStage()
  10.   showAnim(15, 50)
  11. end
  12.