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

  1. on exitFrame
  2.   global IFLGoNow
  3.   go(the frame)
  4.   if the mouseUp then
  5.     set IFLGoNow to 1
  6.   end if
  7.   if the mouseDown and (IFLGoNow = 1) then
  8.     go("MACRO")
  9.   end if
  10. end
  11.