home *** CD-ROM | disk | FTP | other *** search
/ Internet Directory for Kids & Parents / InternetDirectory.iso / internet / coachie / mod5.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1997-11-25  |  115 b   |  7 lines

  1. on addressKeys
  2.   if (the key = RETURN) or (the key = ENTER) then
  3.     dontPassEvent()
  4.     forwarder(1)
  5.   end if
  6. end
  7.