PDA

View Full Version : SWF problems


The Scarlet Twizby
09-18-2008, 10:00 PM
I am not entirely sure that this goes here, but I am making a swf that acts as a menu. There are three buttons on the menu, called btn1_btn, btn2_btn, and btn3_btn, and three dynamic text feilds on top of them, text1_txt, text2_txt, and text3_txt. On the first frame of the timeline I set the value of text1_txt.selectable, text2_txt.selectable, and text3_txt.selectable to false and text1_txt.text to "Option 1", text2_txt.text to "Option 2", and text3_txt.text to "Option 3". When I compile and run the swf, the text feilds are still selectable and they don't have any text in them, though if I trace their .text and .selectable properties they return the values I gave them. does anyone have any idea why?

vinayak.kadam
09-24-2008, 01:34 PM
Can you upload your FLA here for us to check!