home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMovPath, dirType
- if machineType() < 256 then
- set dirType to ":"
- else
- set dirType to "\"
- end if
- set gMovPath to the pathName & "edmarkdb" & dirType
- append(the searchPath, gMovPath)
- if getNthFileNameInFolder(gMovPath, 1.0) <> EMPTY then
- append(the searchPath, gMovPath & "sounds")
- end if
- go(1, "menu")
- end
-