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

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