home *** CD-ROM | disk | FTP | other *** search
/ Imagination Express: Destination Pyramids / PYRAMIDS.ISO / DEMO / DEMO.EXE / DEMO.DXR / 00002.ls next >
Encoding:
Text File  |  1995-10-13  |  355 b   |  15 lines

  1. on exitFrame
  2.   global gMovPath, dirType
  3.   if machineType() < 256 then
  4.     set dirType to ":"
  5.   else
  6.     set dirType to "\"
  7.   end if
  8.   set gMovPath to the pathName & "edmarkdb" & dirType
  9.   append(the searchPath, gMovPath)
  10.   if getNthFileNameInFolder(gMovPath, 1.0) <> EMPTY then
  11.     append(the searchPath, gMovPath & "sounds")
  12.   end if
  13.   go(1, "menu")
  14. end
  15.