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 >
Wrap
Text File
|
1995-08-29
|
362b
|
19 lines
--QT FixPal code...
on initQTFixPal
global fixpal
openxlib "FixPalet.XOb"
set fixpal=FixPalette(mNew, the stageLeft, the stageTop, the stageRight, the stageTop)
patchPal
end initQTFixPal
on deInitQT
global fixpal
fixpal(mDispose)
closeXlib "FixPalet.XOb"
end deInitQT
on patchpal
global fixpal
fixpal(mPatchIt)
end patchpal