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

  1. on startMovie
  2.   global theDemoList, UserJump
  3.   set UserJump to 0
  4.   startTimer()
  5.   set the timeoutLength to 60 * 60 * 3
  6.   set the timeoutScript to "AutoDemoMode"
  7.   set the timeoutLapsed to 0
  8.   set the volume of sound 1 to 255
  9.   set the volume of sound 2 to 255
  10.   clearPuppets(1, 48)
  11. end
  12.