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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-09-17
|
306 b
|
11 lines
on mouseDown
global gFirstLine, gTotLine
scrollByLine(member "fieldOpenFile", 1)
if gFirstLine <> gTotLine then
set gFirstLine to gFirstLine + 1
set the locV of sprite 36 to ((86 * gFirstLine) + (56 * gTotLine) - 142) / (gTotLine - 1)
else
set the locV of sprite 36 to 142
end if
end