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

  1. on exitFrame
  2.   puppetPalette(the framePalette)
  3.   puppetTransition(6, 2, 16, 0)
  4.   if machineType() < 255 then
  5.     go("MacQuit")
  6.   else
  7.     go("PCQuit")
  8.   end if
  9. end
  10.