home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 1 (Norsk) / backpacker.iso / pc / data / misc / start.dxr / 00042_Nation.ls < prev    next >
Encoding:
Text File  |  1995-02-28  |  223 b   |  11 lines

  1. on keyDown
  2.   if (the key = RETURN) or (the key = TAB) then
  3.     set the editableText of sprite 20 to 0
  4.     set the editableText of sprite 18 to 1
  5.     hilite field "Surname"
  6.     dontPassEvent()
  7.   else
  8.     pass()
  9.   end if
  10. end
  11.