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

  1. on exitFrame
  2.   global theDemoList, gTThingsList, gIeList, gHouseList, theTThingsList, theIeList, theHouseList, gBeenIntro
  3.   clearGlobals()
  4.   clearPuppets(1, 46)
  5.   set the volume of sound 1 to 255
  6.   set the volume of sound 2 to 255
  7.   set theDemoList to ["Imagination", "ThinkT", "House", "KDesk", "Strategy", "Endint"]
  8.   set gTThingsList to ["Tthings1", "Tthings2", "Tthings3"]
  9.   set gIeList to ["castle", "neighborhood", "rainForest", "ocean"]
  10.   set gHouseList to ["MMhouse", "BBhouse", "SShouse", "TTPhouse"]
  11.   set theTThingsList to ["Tthings1", "Tthings2", "Tthings3"]
  12.   set theIeList to ["castle", "neighborhood", "rainForest", "ocean"]
  13.   set theHouseList to ["MMhouse", "BBhouse", "SShouse", "TTPhouse"]
  14.   set gBeenIntro to 0
  15. end
  16.