home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- set vK to the keyCode
- if (vK = 36) or (vK = 76) then
- cercaroma()
- end if
- if (vK <> 36) and (vK <> 76) then
- put field "cerca" & the key into field "cerca"
- if vK = 51 then
- delete char -30000 of field "cerca"
- end if
- if vK = 51 then
- delete char -30000 of field "cerca"
- end if
- if the keyCode = 117 then
- put EMPTY into field "cerca"
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-