home *** CD-ROM | disk | FTP | other *** search
/ Windows News 1999 Special / WNEWSSPECIALETE.bin / MEDIA / MOTEUR.DXR / 00147.ls < prev    next >
Encoding:
Text File  |  1999-01-27  |  140 b   |  9 lines

  1. on mouseUp
  2.   global maxclic
  3.   if maxclic = 14 then
  4.   else
  5.     scrollByLine(member "prod", -13)
  6.     set maxclic to maxclic - 13
  7.   end if
  8. end
  9.