home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GROWDEC.DXR / 00003_GROGroupTestsFrame.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  380 b   |  18 lines

  1. on exitFrame
  2.   global GTSTrySprite, IFLCanChange, GROChooseQuit
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLCanChange to 1
  6.   end if
  7.   groANIMATESection()
  8.   if rollOver(38) then
  9.     set the member of sprite 38 to member "quitcd"
  10.     if the mouseDown then
  11.       GROQuitCD()
  12.     end if
  13.   else
  14.     set the member of sprite 38 to member "q"
  15.   end if
  16.   IFLsectionWordAnimate()
  17. end
  18.