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

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