home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / artwaug.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1996-06-17  |  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.