PDA

View Full Version : RadioButton, BoundingBox = Hit Area Not Working


mikez93
01-11-2008, 11:59 PM
The documentation indicates that the bounding box for a radiobutton defines its hit/clickable area.

This doesn't seem to be working for me.

I am not using the lable property (label is blank), but if I add a label, the text that appears is hot/clickable (I can select the button by clicking the text). I don't want to use the lable property for text because I can't define the font.

Resizing the bounding box has no effect on the clickable area. Only the radio button itself is clickable. The radio buttons are on the top layer...

Any suggestions?
:confused:

ASWC
01-12-2008, 12:12 AM
Put your radio buttons inside MCs.

mikez93
01-12-2008, 12:37 AM
Thanks. I have the radio buttons inside a movie clip. tried creating a mc with just the radio buttons in it as well and that didn't work...

do you mean inside a mc as opposed to directly on the stage, or...