home *** CD-ROM | disk | FTP | other *** search
/ CD PowerPlay 7 / cdpowerplayissue.iso / sources / shared.dxr / 00501.ls < prev    next >
Encoding:
Text File  |  1994-10-17  |  405 b   |  20 lines

  1. on mouseUp
  2.   global isEXE, mmd_movies
  3.   if the optionDown then
  4.     if isEXE = 1 then
  5.       go("getaro", mmd_movies & "MacSoF.dxr")
  6.     else
  7.       go("getaro", mmd_movies & "MacSoF.dir")
  8.     end if
  9.   else
  10.     if the machineType < 256 then
  11.       Dialog("modal", "quit")
  12.       if item 3 of the result contains "true" then
  13.         reallyQuit()
  14.       end if
  15.     else
  16.       reallyQuit()
  17.     end if
  18.   end if
  19. end
  20.