return to tutorial

Your code should look like this:

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

 

screenshot 5