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