I started on AS3 before 3 days, and i have written this code, but there's something wrong and i don't know which is the mistake.. Please help or Correct this! Thank you very much! Regards ValterZHD.
My code
var format:TextFormat = new TextFormat();
var myFont:Font = new (Times New Roman) ();
format.font = myFont.fontName;
message_mc.message_txt.defaultTextFormat = format;
message_mc.message_txt.text = "You're lost in wilderness";