home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / mac / DigiZINE / DIGSETUP / SHARED.DIR / 00996_Script_996 < prev    next >
Text File  |  1995-08-29  |  362b  |  19 lines

  1. --QT FixPal code...
  2.  
  3. on initQTFixPal
  4.   global fixpal
  5.   openxlib "FixPalet.XOb"
  6.   set fixpal=FixPalette(mNew, the stageLeft, the stageTop, the stageRight, the stageTop)
  7.   patchPal
  8. end initQTFixPal
  9.  
  10. on deInitQT
  11.   global fixpal
  12.   fixpal(mDispose)
  13.   closeXlib "FixPalet.XOb"
  14. end deInitQT
  15.  
  16. on patchpal
  17.   global fixpal
  18.   fixpal(mPatchIt)
  19. end patchpal