home *** CD-ROM | disk | FTP | other *** search
/ Glowing Icon Sampler (Explicit Version) / GLOWING_ICON_SAMPLER.BIN / pc / holo / holohall.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1994-01-01  |  480 b   |  19 lines

  1. on exitFrame
  2.   global returnMark, returnQT, Vol1, vol2, vidVol
  3.   go(returnMark)
  4.   if returnQT contains ".MOV" then
  5.     set puptest to the puppet of sprite 20
  6.     if puptest = 0 then
  7.       puppetSprite(20, 1)
  8.     end if
  9.     set the visible of sprite 20 to 1
  10.     set the directToStage of cast returnQT to 1
  11.     set the movieRate of sprite 20 to 1
  12.     set the sound of cast returnQT to 1
  13.     set the volume of sprite 20 to vidVol
  14.   end if
  15.   sv1(Vol1)
  16.   sv2(vol2)
  17.   updateStage()
  18. end
  19.