home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Directory for Kids & Parents
/
InternetDirectory.iso
/
internet
/
coachnn
/
module8.dxr
/
00026.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-25
|
331 b
|
18 lines
on checkkey
set numch to length(field "fintext")
if (the key = RETURN) or (the key = ENTER) then
dontPassEvent()
else
if the key = BACKSPACE then
set numch to numch - 1
else
set numch to numch + 1
end if
end if
if numch < 2 then
go(marker(0) + 1)
else
go(marker(0) + 2)
end if
end