home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global IFLCanChange, FAEGOELSEWHERE, FAESnapCover, FAEInstall, FAEYesOrCancel, FAEPreview
- go(the frame)
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if FAEGOELSEWHERE = 0 then
- FAEQuitCD()
- ADDAdvertBreak(5)
- end if
- if FAESnapCover < 3 then
- FAEMediaDrag()
- else
- if FAEInstall = 1 then
- if the mouseUp then
- set FAEInstall to 0
- end if
- end if
- FAEChooseOption()
- if FAEPreview = 1 then
- FAEDuringPreview()
- end if
- end if
- IFLsectionWordAnimate()
- end
-