home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / EDMARKDB / MENU.DXR / 00109.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  232 b   |  10 lines

  1. on exitFrame
  2.   global theMovieList
  3.   set the volume of sound 1 to 255
  4.   set the volume of sound 2 to 255
  5.   repeat with n = 2 to 5
  6.     puppetSprite(n, 1)
  7.   end repeat
  8.   set theDemoList to list("IE", "TT1", "MMH", "KD", "ENDInt")
  9. end
  10.