home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Star Trek Starfleet Academy Mini Omnipedia
/
MINI_OMNI.ISO
/
pc
/
omni_v2.dxr
/
00048_linescrollUP.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
|
1996-04-15
|
222 b
|
11 lines
on mouseDown
global oTextScroller, gModeState
set vloc to the mouseV
set vloc to the mouseH
if gModeState = #CHRO then
mScrollMe(oTextScroller, -1)
else
mTextSliderPage(oTextScroller, #line)
end if
end