home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / SHARED.DIR / 00856.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  270 b   |  13 lines

  1. on mouseUp
  2.   global cVID
  3.   sound playFile 2, "mmvrrvt.AIF"
  4.   unPuppetVisPlus()
  5.   set cVID to the castNum of sprite 40
  6.   if cVID > 0 then
  7.     if the castType of cast cVID = #digitalVideo then
  8.       set the movieRate of sprite 40 to 0
  9.     end if
  10.   end if
  11.   go("OPEN")
  12. end
  13.