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

  1. on exitFrame
  2.   PlayMyMovie("EndInt")
  3.   if machineType() < 256 then
  4.     go("Mac Quit")
  5.   else
  6.     go("PC Quit")
  7.   end if
  8. end
  9.