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

  1. on mouseUp
  2.   global ADSET, 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.   if ADSET <> 0 then
  15.     go("OPEN", ADSET)
  16.   else
  17.     go("OPEN", "CONTENTS")
  18.   end if
  19. end
  20.