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

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, GTSGOELSEWHERE, GTSSnapCover, GTSInstall, GTSYesOrCancel, GTSPreview
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   if GTSGOELSEWHERE = 0 then
  8.     GTSQuitCD()
  9.     ADDAdvertBreak(7)
  10.   end if
  11.   if GTSSnapCover < 3 then
  12.     GTSGamesDrag()
  13.   else
  14.     if GTSInstall = 1 then
  15.       if the mouseUp then
  16.         set GTSInstall to 0
  17.       end if
  18.     end if
  19.     GTSChooseOption()
  20.     if GTSPreview = 1 then
  21.       GTSDuringPreview()
  22.     end if
  23.   end if
  24.   IFLsectionWordAnimate()
  25. end
  26.