I’m trying set the alpha to 50% on some radiobuttons in AS3.
The problem is that the radiobutton labels won’t change.
Anyone know how to fix this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have to use embedded fonts for your labels. As the documentation states:
http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_04.html#133099
Hope this helps.
Edit
In reply to Kekoa:
This sample makes radio control almost invisible but the label is not affected by alpha change:
And with embedded font (make sure you have assets/arial.ttf):
This one works fine.