home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / help / 00048_ARROW1-8.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  356 b   |  16 lines

  1. on mouseUp
  2.   global n, cVID
  3.   repeat with n = 48 down to 1
  4.     puppetSprite(n, 0)
  5.     set the visible of sprite n to 1
  6.   end repeat
  7.   sound playFile 2, "mmvrrvt.AIF"
  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(#next)
  15. end
  16.