home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / Overview.dir / 00015_Script_scrollDown < prev    next >
Text File  |  2001-09-16  |  506b  |  12 lines

  1. on mouseDown
  2.   global gWordList,gSpSortedList,gGeSortedList,gFrSortedList,gItSortedList
  3.   --  put checkHilite() into whichLang
  4.   repeat while the mouseDown
  5.     --    if whichLang = 0 then listScroll 1,gWordList
  6.     --    if whichLang = 8 then listScroll 1,gSpSortedList
  7.     --    if whichLang = 9 then listScroll 1,gGeSortedList
  8.     --    if whichLang = 10 then listScroll 1,gItSortedList
  9.     --    if whichLang = 11 then listScroll 1,gFrSortedList
  10.     listScroll 1,gWordList,1
  11.   end repeat
  12. end