* Flash "keypress"
* Flash "keypress"
- Started
- Last post
- 2 Responses
- madino
I have one main movie, with four movies loading in at the same time. Each one contains a button with a keypress enter. Well, I disable all the buttons until they select which section they want. But no matter what, the keypress return always defaults to the first one loaded. How do I disable the keypress so it doesn't work at all unless...
I have tried everything, including this..
btn_login.enabled = false;or -
btn_login.onKeyUp.enabled = false;
- unfittoprint0
why not initiate the function only after all the MC have been loaded and the user selects the section?
- madino0
Is there any way to shut off the keypress globally...
and then just allow one keypress to be called on command.
I this item needs to be completely recoded, I just don't have the time.