|---------+----------------------------------------->
| | "Vaughn, David (Contractor) |
| | (J6B)" |
| | <[EMAIL PROTECTED]> |
| | Sent by: |
| | [EMAIL PROTECTED]|
| | figleaf.com |
| | |
| | |
| | 08-21-07 10:21 AM |
| | Please respond to flashcoders |
|---------+----------------------------------------->
>---------------------------------------------------------------------------------------------------------------|
|
|
| To: <[email protected]>
|
| cc:
|
| Subject: [Flashcoders] Flash 8/AS2/WinXP/Control Key combo question
|
>---------------------------------------------------------------------------------------------------------------|
> Is there a simple way to make this work or will Control+a and Control+c
> fail under all circumstances?
>
Hiya Dave,
I guess you could always poll for it in an onEnterFrame:
createTextField("message_txt", 100, 0, 0, 550, 400);
onEnterFrame = function() {
message_txt.text = "";
if (Key.isDown(Key.CONTROL) && Key.isDown(65)) message_txt.text =
"Ctrl+A";
}
Cheers,
A.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com