home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 1 (Norsk)
/
backpacker.iso
/
pc
/
data
/
misc
/
start.dxr
/
00040_Surname.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
|
1995-02-28
|
226 b
|
11 lines
on keyDown
if (the key = RETURN) or (the key = TAB) then
set the editableText of sprite 18 to 0
set the editableText of sprite 19 to 1
hilite field "GivenNames"
dontPassEvent()
else
pass()
end if
end