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

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