home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / spirits_1_mouseUp.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  390 b   |  13 lines

  1. on mouseDown
  2.   global StartingLine, currMarker
  3.   set the locV of sprite 5 to -100
  4.   repeat while the mouseDown
  5.     if StartingLine > 1 then
  6.       set the visible of sprite 18 to 1
  7.       set StartingLine to StartingLine - 1
  8.       set the text of field "currScroll" to line StartingLine to StartingLine + 17 of field currMarker
  9.     end if
  10.   end repeat
  11.   set the visible of sprite 18 to 0
  12. end
  13.