Hello, var myList:Array = myMC.filters; myList[0].quality = 15; myMC.filters = myList;
should do it, the filters array is a property of the MovieClip object, from there you can access all of the properties of said indexed filter. Peace, Mike On 1/23/06, Charles Parcell <[EMAIL PROTECTED]> wrote: > > Does anyone know how to access the parameters of a dropshadow attached > (part > of) a MC? > > Thanks, > Charles P. > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

