home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / faewaug.dxr / 00003_GTSgamesSectionFrame.ls < prev    next >
Encoding:
Text File  |  1996-06-14  |  536 b   |  26 lines

  1. on exitFrame
  2.   global IFLCanChange, FAEGOELSEWHERE, FAESnapCover, FAEInstall, FAEYesOrCancel, FAEPreview
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if FAEGOELSEWHERE = 0 then
  8.     FAEQuitCD()
  9.     ADDAdvertBreak(5)
  10.   end if
  11.   if FAESnapCover < 3 then
  12.     FAEMediaDrag()
  13.   else
  14.     if FAEInstall = 1 then
  15.       if the mouseUp then
  16.         set FAEInstall to 0
  17.       end if
  18.     end if
  19.     FAEChooseOption()
  20.     if FAEPreview = 1 then
  21.       FAEDuringPreview()
  22.     end if
  23.   end if
  24.   IFLsectionWordAnimate()
  25. end
  26.