views:

97

answers:

1

I have 8 TextFields placed on the stage. I have a tab order setup and was able to get to the next field by pressing Tab. After adding 2 components (UIScollBar and Button) to the stage, I have somehow lost this ability. How can I get it back?

A: 

You might want to check for the FocusManager class in flash documentation. That'll guide you through how to set tab-order on components.

Are all these elements (8 textfields, two components) loose on the stage? or are they grouped within movieclips?

sthg