On Wednesday, February 20, 2002, at 04:30  PM, Pierre Delain wrote:

> Sorry but when I use controlkeydown T (without the quotes, as you 
> say), I
> get a result, but the result is the same whatever the key. I if press 
> ctrl F
> or ctrl G, for example, the result is exactly the same as ctrl T!!
>  So the question remains : how to use controlkeydown to get a different
> result for ctrl T or ctrl F?

The following works for me:

on controlKeyDown K
    if K = "T" then doMyTstuff
    if K = "F" then doMyFstuff
end controlKeyDown

Regards,

Scott Rossi
Creative Director, Tactile Media
[EMAIL PROTECTED]
http://www.tactilemedia.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to