Okay, I have looked and looked all over the internet and I just can’t solve my problem.
I have a form on my site and tab is nice to go through the fields, but it starts highlighting all of my buttons. It’s a no go.
What I have tried:
Submit_button._focusrect = false;
Home_button._focusrect = false;
Contact_button._focusrect = false;
Nitrifiers_button._focusrect = false;
About_button._focusrect = false;
Dealers_button._focusrect = false;
Products_button._focusrect = false;
This does absolutely zilch.
I have tried:
Submit_button.tabEnabled = false;
This one is frustrating because it’s the only thing that comes up on search and everyone swears by it. Not one person in all of cyberspace says where to put this code. I have it in frame 1 of my main movie but it still doesn’t work.
This is very frustrating. Please help.