home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00356.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  225 b   |  11 lines

  1. on exitFrame
  2.   if the machineType < 256 then
  3.     openXLib("FIXPAL.OBJ")
  4.     set obj to FixPalette(mnew, 0, 0, 640, 480)
  5.     obj(mPatchIt)
  6.     obj(mdispose)
  7.     closeXLib("FIXPAL.OBJ")
  8.     openXLib("COLOURM.OBJ")
  9.   end if
  10. end
  11.