Re: Flash Tips & Tricks when we set number of text box or buttons or combo
when we click tab it moves to next,
for example if you have a clip in that order,
tab does not work on the clip, for that you had to
enable the tab to true.
for example;
clip1_mc.tabEnabled = true;
then only tab works on the clip. |