home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GTSWDEC.DXR / 00003_GTSgamesSectionFrame.ls < prev    next >
Encoding:
Text File  |  1997-10-15  |  433 b   |  21 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, GTSGOELSEWHERE, GTSSnapCover, 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.     GTSChooseOption()
  15.     if GTSPreview = 1 then
  16.       GTSDuringPreview()
  17.     end if
  18.   end if
  19.   IFLsectionWordAnimate()
  20. end
  21.