"Aaron Hedquist" <[EMAIL PROTECTED]> a écrit dans le message 
de news: [EMAIL PROTECTED]
> Hi everyone,
>
> First post... I was wondering if there's a shortcut to passing 
> in an  argument to a function or a built-in class. For 
> instance, for  BitmapData.draw(), I just want to pass in a 
> "true" value for  "smooth", but I don't want to apply a Matrix 
> or any of the other  options. Must I populate the other 
> arguments just to get to the one I  am interested in?
> [...]

No you can't.
You have to fill (possibly with null or undefined value, 
depending on the way the function handle arguments) unused 
arguments. 



_______________________________________________
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