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

  1. on unsetQT channel
  2.   if the castNum of sprite 20 = 0 then
  3.     exit
  4.   end if
  5.   getQTname(channel)
  6.   set QTname to the result
  7.   if QTname contains ".MOV" then
  8.     set the movieRate of sprite channel to 0
  9.     set the directToStage of cast QTname to 0
  10.     if the controller of cast QTname = 1 then
  11.       set the controller of cast QTname to 0
  12.     end if
  13.     unL(QTname)
  14.   end if
  15.   puppetSprite(channel, 0)
  16. end
  17.