They (now Adobe) have pretty much done an about-face on this issue. The
ActionScript 3.0 documentation
(http://livedocs.macromedia.com/flex/2/langref/ ) is excellent.

And they do use the argument name = property name syntax in
constructors. For example,

http://livedocs.macromedia.com/flex/2/langref/Error.html

Error(message:String = "", id:int = 0)
Creates a new Error object.

(Well, the "id" argument corresponds to the "errorID" property--so I
guess they went both ways on this one!)
―
Mike Keesey

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:flashcoders-
> [EMAIL PROTECTED] On Behalf Of Steven Sacks | BLITZ
> Sent: Tuesday, November 07, 2006 1:34 PM
> To: Flashcoders mailing list
> Subject: RE: [Flashcoders] Freelancer Class
> 
> > Pretty much. You either muddy up your code or your docs.
> 
> I opt to muddy up docs over code, just like Macromedia.  ;)
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> 
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to