home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 July / WPCJUL96.ISO / file.exe / GTSFINJ.DXR / 00003_GTSgamesSectionFrame.ls < prev    next >
Encoding:
Text File  |  1996-05-15  |  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.   IFLsectionWordAnimate()
  8.   if GTSGOELSEWHERE = 0 then
  9.     GTSQuitCD()
  10.     ADDAdvertBreak(7)
  11.   end if
  12.   if GTSSnapCover < 3 then
  13.     GTSGamesDrag()
  14.   else
  15.     if GTSInstall = 1 then
  16.       if the mouseUp then
  17.         set GTSInstall to 0
  18.       end if
  19.     end if
  20.     GTSChooseOption()
  21.     if GTSPreview = 1 then
  22.       GTSDuringPreview()
  23.     end if
  24.   end if
  25. end
  26.