home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global isEXE, mmd_movies
- if the optionDown then
- if isEXE = 1 then
- go("getaro", mmd_movies & "MacSoF.dxr")
- else
- go("getaro", mmd_movies & "MacSoF.dir")
- end if
- else
- if the machineType < 256 then
- Dialog("modal", "quit")
- if item 3 of the result contains "true" then
- reallyQuit()
- end if
- else
- reallyQuit()
- end if
- end if
- end
-