Two questions.... 1) Why couldn't I just do... myMC.filters[0].quality = 15;
2) In your example, how do you know that DropShadow is at index 0? Thanks, Charles P. On 1/23/06, M S <[EMAIL PROTECTED]> wrote: > > 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 > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

