home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global changeObject, needToEject
- if needToEject then
- if not (the platform contains "windows") then
- set theMode to cdGetMode()
- if theMode <> "open" then
- cdEject()
- end if
- set needToEject to 0
- end if
- end if
- resetBut()
- updateButton(changeObject)
- go(the frame)
- end
-
- on mouseUp
- global changeObject
- buttonMouseUp(changeObject)
- end
-