home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Curso de Informatica 9
/
elPeriodico9.iso
/
menu.dir
/
Internal_46.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
|
1997-11-26
|
210 b
|
10 lines
on mouseDown
global linia
repeat while the stillDown = 1
if linia < (the lineCount of member 48 - 16) then
scrollByLine(member "texte", 1)
set linia to linia + 1
end if
end repeat
end