home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / GAMEREV.DIR / 00132.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  450 b   |  16 lines

  1. on mouseUp
  2.   global CDDrive, DELIMITER, cVID
  3.   sound playFile 2, CDDrive & "BLENDER" & DELIMITER & "FILES" & DELIMITER & "SOUNDS" & DELIMITER & "stuni.AIF"
  4.   repeat with n = 48 down to 1
  5.     puppetSprite(n, 0)
  6.     set the visible of sprite n to 1
  7.   end repeat
  8.   set cVID to the castNum of sprite 40
  9.   if cVID > 0 then
  10.     if the castType of cast cVID = #digitalVideo then
  11.       set the movieRate of sprite 40 to 0
  12.     end if
  13.   end if
  14.   go("CD2")
  15. end
  16.