home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global GTSTrySprite, IFLCanChange, GTSGOELSEWHERE, GTSSnapCover, GTSYesOrCancel, GTSPreview
- go(the frame)
- if the mouseUp then
- set IFLCanChange to 1
- end if
- if GTSGOELSEWHERE = 0 then
- GTSQuitCD()
- ADDAdvertBreak(7)
- end if
- if GTSSnapCover < 3 then
- GTSGamesDrag()
- else
- GTSChooseOption()
- if GTSPreview = 1 then
- GTSDuringPreview()
- end if
- end if
- IFLsectionWordAnimate()
- end
-