hello, friends. I have one combo box for choosing the font color of two output textfields’s texts. And I have two buttons to record the color for both of the textfields. It should work like, when button 1 is pressed, I choose the color for the two texts seperately by their submit button, say Atext is red and Btext is blue.And when click the second button, choose again some color for them. Then when I click the first button back, the red and blue should be shown on the text. How to make this working.
Now I am able to choose different color for these two text, but when I click the first button once again, the color set disappear.
Does any one have some idea about it?
And in which way can I use one combo box for setting color of two textfields’s text?
Thanks for your code, it is really helpful. I know it is difficult to make others understand my purpose by just using words to explain. Then can u take a look at the code in zip. U will see the lefside, rightside, front and back button. They are for four sides of the Tshirt. And I need to have different text font face and color for each of them when I click. But now it is works partly, but if I first make the texts in black and yellow when the leftside is on and click to turn to the front side and make the texts in red and blue seperately. Then I click the leftside back, the orignal text font color are not there anymore. I don’t know whether I make myself clear this time. It is more clear if u try to test my code then.
Thanks indeed. This part really make me headache for a long time.
No offence but your code is all over the place. There is a lot of repetition that isnt needed. For this reason i suggest you should redesign its structure. Give me an hour or so and do one for you.
No worries it wasnt too difficult after i thought about it. Its more OO programming so i dont know how much of it will flow for you. If you need an explaination of how it works and why it does in the way it does then let me know and i’ll try to explain it.
Hello, friend. After I studied your code. Can I ask how about if the output textfields are within movieclip. Then how to deal with the aboved problem. Is it the same thing then?