Skip to main content
This topic has been closed for replies.

1 reply

Participating Frequently
March 8, 2013

"You can transform a RadioButton component horizontally and vertically while authoring and at run time. While authoring, select the component on the Stage and use the Free Transform tool or any of the Modify > Transform commands. At run time, use the setSize() method.".

No, both methods don't work. There is a reason why Flash is losing ground to other solutions. First and forthmost, even the documentation itself is incorrect.

I can't imagine having a setSize() method and propertiies like scaleX and scaleY when all these don't work (to make the radio button bigger).

Participating Frequently
March 8, 2013

actually the bounding box of the radio button does get bigger ... but visual wise, it still looks the same! Seriously one may then ask - then what's the purpose???

Inspiring
March 8, 2013

Put the RadioButton Component inside a MovieClip and then scale the MovieClip, this should give you the desired (visible) effect