home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / article.dir / 00011_recentHead.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  347 b   |  15 lines

  1. on mouseUp
  2.   global theArticle, theArticleList
  3.   set ml to the mouseLine
  4.   if ml <> -1 then
  5.     if ml <> the number of lines in theArticleList then
  6.       hilite line ml of field "recentHead"
  7.       startTimer()
  8.       repeat while the timer < 30
  9.       end repeat
  10.       set theArticle to line ml of theArticleList
  11.       go(1)
  12.     end if
  13.   end if
  14. end
  15.