Just in case anyone else experiences problem with the tab index property set
in the accessibility panel not working properly, I found that setting the
tab index with code seemed to do the trick

E.g

instructionsBtn.tabIndex = 1;
selectBtn.tabIndex = 2;
highscoresBtn.tabIndex = 3;
learnBtn.tabIndex = 4;
btnSoundOff.tabIndex = 5;

No idea why the property panel didn't work. I am publishing for Flash 6 so
probably something that has been fixed by now.

Paul

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to