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

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