Here’s the code I’m using to dictate the Tab Order for my form.
_root.name.tabIndex = 1
_root.email.tabIndex = 2
_root.message.tabIndex = 3
_root.send_button.tabIndex = 4
But it’s not working right. First of all…it puts all this weird text in the text fields, and second it doesn’t go directly to the Send Button (my tabIndex4).
Any ideas…??
:hangover:
Troitone