Hello everyone,
I have two movie clips on one frame. Each movie clip has text boxes that I create and set a tab index numbers too. My problem is that I set the tab indexes the same on each of the movie clips I attach. When I press the tab key it may jump between the two movie clips.
How can I make each attached movie clip (private). So that the tab key stays in the same clip. Or do I have to maintain an index and assign each text box tabindex accordingly. Any ideas?