home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / LoadU.dxr / 00049.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  306 b   |  11 lines

  1. on mouseDown
  2.   global gFirstLine, gTotLine
  3.   scrollByLine(member "fieldOpenFile", 1)
  4.   if gFirstLine <> gTotLine then
  5.     set gFirstLine to gFirstLine + 1
  6.     set the locV of sprite 36 to ((86 * gFirstLine) + (56 * gTotLine) - 142) / (gTotLine - 1)
  7.   else
  8.     set the locV of sprite 36 to 142
  9.   end if
  10. end
  11.