home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SKIP - The Laundry Guide
/
LEVER_CD.iso
/
lever
/
sswa.dir
/
00095_huptext.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-03-07
|
252 b
|
15 lines
on mouseDown
repeat while the stillDown = 1
MoveTextDown()
end repeat
end
on MoveTextDown
repeat with counter = 1 to 50
if counter = 50 then
scrollByLine(member "sswalantextbox", -1)
updateStage()
end if
end repeat
end