return to tutorial
var myFormat:TextFormat = new TextFormat(); myFormat.font = "Verdana"; myFormat.color = 0xFF0000; myFormat.size = 15; myFormat.bold = true; myFormat.underline = true;