home *** CD-ROM | disk | FTP | other *** search
/ JuniorNet 1.1 / juniornet.bin / SETUP / CDcontent / ZI / ZIPL / ZIPL003x1.dcr / 00093_MovieScripts.ls < prev    next >
Encoding:
Text File  |  1999-02-21  |  237 b   |  20 lines

  1. on prepareMovie
  2.   initContainer()
  3. end
  4.  
  5. on stopMovie
  6.   stopSounds()
  7.   clearGlobals()
  8.   cleanupContainer()
  9. end
  10.  
  11. on ReturnGetNextEpisode edfFile
  12.   nothing()
  13. end
  14.  
  15. on stopSounds
  16.   repeat with i = 1 to 4
  17.     puppetSound(i, 0)
  18.   end repeat
  19. end
  20.