home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / tools.dir / 00015_forceScroll.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  374 b   |  17 lines

  1. on mouseDown
  2.   if the mouseH < 425 then
  3.     hilite line the mouseLine of field "result"
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   global theGoString, theKeyLine
  9.   set the castNum of sprite 7 to 8
  10.   updateStage()
  11.   hilite line the mouseLine of field "result"
  12.   set theGoString to item the mouseLine of line theKeyLine of field "list3"
  13.   if the doubleClick then
  14.     goToPlace()
  15.   end if
  16. end
  17.