home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Blender
/
bestofblender.iso
/
pc
/
blender
/
files
/
beastvr
/
beastvrm.dir
/
00153_Script_153
< prev
next >
Wrap
Text File
|
1996-04-25
|
548b
|
25 lines
--XOBJECTS
on patchpal
if the machineType <> 256 then
global fixpal
fixpal(mPatchIt)
end if
end patchpal
on initRearWindow theColor
if the machineType <> 256 then
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
put RearWindow( mNew, "M" ) into rwObj
rwObj( mIndexColorToWindow, theColor )
end if
end initRearWindow
on disposeRearWindow
if the machineType = 256 then
nothing
else
global rwObj
if objectP( rwObj ) then rwObj( mDispose )
end if
end disposeRearWindow