delete object problem
Malte Brill
revolution at derbrill.de
Sun Jun 5 07:27:34 EDT 2005
>How do you find out the number of a key when pressed?
Hi Bob,
try this in a card
on mouseDown
put the keysDown
end mouseDown
this will show the number of all keys that are pressed, seperated by a
comma, on mouseDown.
Most keys can be checked this way. (The only 3 I know that aren´t in
the keysDown are controlkey, commandkey and capslock key)
Hope that helps,
Malte
More information about the use-livecode
mailing list