home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / shared.dir / 00801_8.PICT.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  355 b   |  16 lines

  1. on mouseUp
  2.   global cVID
  3.   sound playFile 2, "mmvrrvt.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("EIGHT")
  15. end
  16.