>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
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to