home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- case the mouseCast of
- 15:
- swapCast(3, 18)
- wait(10)
- swapCast(3, 15)
- updateStage()
- end case
- end
-
- on mouseUp
- case the mouseCast of
- 15:
- set code to ejectCD()
- if code < 0 then
- displayButton("re-insert", 0)
- else
- hideButton()
- end if
- set gDiskRequested to gDiskRequested + 100
- end case
- end
-