Re: [Flashcoders] TextFormat constructor

2006-01-04 Thread GregoryN
=== Quote from MM docs: Usage new TextFormat([font:String, [size:Number, [color:Number, [bold:Boolean, [italic:Boolean, [underline:Boolean, [url:String, [target:String, [align:String, [leftMargin:Number, [rightMargin:Number, [indent:Number, [leading:Number]) : TextFormat === You

[Flashcoders] TextFormat constructor

2006-01-03 Thread Mendelsohn, Michael
Hi list... I thought you could instantiate a TextFormat object like this: var tf:TextFormat = new TextFormat(underline:true, color:0xFF); But that doesn't work as there's a compile error. Why? - MM ___ Flashcoders mailing list

Re: [Flashcoders] TextFormat constructor

2006-01-03 Thread Derek Vadneau
Message - From: Mendelsohn, Michael [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, January 03, 2006 8:39 AM Subject: [Flashcoders] TextFormat constructor Hi list... I thought you could instantiate a TextFormat object like this: var