Question
Animate CC 2018 doesn't seem to play nice with examples of older ActionScript 3
I'm using the RadioButton object from the User Interface components but they are way too small. I've found older code to at least try to format the text that I included below, but if I test with it, the code seems to break everything. Any suggestions?
var tf:TextFormat = new TextFormat();
tf.font = "Arial";
tf.size = 20;
this.rb1.setStyle("textFormat", tf);
