home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1999 January / WPCJAN99.ISO / DXRS / Jargonb.dxr / 00094.ls < prev    next >
Encoding:
Text File  |  1998-11-09  |  358 b   |  14 lines

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