> Does anyone know what the ESC keycode is? Where can I find a 
> list that corresponds to teh numbers Director uses?

ESC is 27.

Here's a little utility code. Put it in a movie script and call it from
the message window.

on putCodes
  repeat with i = 1 to 255
    put "Code: " & i & "  Char: " & numToChar(i)
  end repeat
End

Cordially,

Kerry Thompson
Cyberian Tiger Software

[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