home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / intro.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  258 b   |  10 lines

  1. on exitFrame
  2.   if the machineType <> 256 then
  3.     openXLib("FixPaletteXObj")
  4.     set fixpal to FixPalette(mnew, the stageLeft, the stageTop, the stageRight, the stageTop)
  5.     fixpal(mPatchIt)
  6.     fixpal(mdispose)
  7.     closeXLib("FixPaletteXObj")
  8.   end if
  9. end
  10.