View Single Post
  #13 (permalink)  
Old 08-30-2007, 05:43 AM
nssukumar nssukumar is offline
D-Web Sr.Programmer
 
Join Date: Feb 2007
Posts: 155
nssukumar is on a distinguished road
Default 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.
Reply With Quote