home *** CD-ROM | disk | FTP | other *** search
- on InitTheMac
- global bg
- exit
- if the machineType < 255 then
- if objectp(bg) = 0 then
- openXLib("backdrop xobj")
- set bg to backdrop(mnew)
- closeXLib("backdrop xobj")
- end if
- if objectp(bg) then
- bg(mHideInBack, 0)
- bg(mSetColor, 256)
- bg(mShow)
- end if
- end if
- end
-
- on ResetTheMac
- global bg
- exit
- if the machineType < 255 then
- if objectp(bg) then
- bg(mHide)
- end if
- end if
- end
-