PDA

View Full Version : Resizing Radio Button & Text


victorysshadow
04-08-2003, 06:04 PM
I am trying to implement a radio button in my flash movie, but the default size is way too small... Is there a way to:

1) Resize the text of the label
2) Resize the actual radio button
3) Change the color of the text

I read the help file and couldn't use any of that to my advantage...

Thanks!

vshadow

Billy T
04-09-2003, 12:02 AM
check out setStyleProperty and setSize

cheers

lbower
04-10-2003, 03:20 PM
I don't believe you can change the size of the radio button itself using setStyleProperty or setSize. My experience is that the only way to do this is to alter the radio button skins located in your library.

Billy T
04-10-2003, 09:57 PM
can change the "hitable" area width with setSize I think...