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

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