movie script (email lingo ;)

on keyUp
  put the key && the keycode
end

or
on ShowKeyCodes
repeat with i=1 to 256
    put i && numtochar(i)
end repeat
end
keycode is not equal to ascii, director has it's own mappings

HTH/Christoffer

----- Original Message ----- 
From: "Pino" <[EMAIL PROTECTED]>
To: "Lingo list" <[EMAIL PROTECTED]>
Sent: Thursday, October 23, 2003 1:33 PM
Subject: <lingo-l> KeyCode


> Where find the KeyCode list of all key?
> The keyCode is equal to AsciCode?
>
> Thanks
>
> Pino
>
> P.S:
> The lingo mailing list is very useful
>
> Thank for all!
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to