home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Jargonb.dxr / 00096.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  417 b   |  14 lines

  1. global blanklist2, linecount2
  2.  
  3. on mouseDown
  4.   set the locV of sprite 33 to the locV of sprite 33 + 6
  5.   updateStage()
  6.   repeat while the mouseDown and rollOver(33)
  7.     if linecount2 < (the number of lines in the text of member "blanklist2" - 21) then
  8.       set linecount2 to linecount2 + 1
  9.       scrollByLine(member "blanklist2", 1)
  10.     end if
  11.   end repeat
  12.   set the locV of sprite 33 to the locV of sprite 33 - 6
  13. end
  14.