If "aChild" is a public property of your currentTarget, your code would work.
If not you can use getChildByName()/getChildAt() -- Kenneth Kawamoto http://www.materiaprima.co.uk/ On 10 March 2010 12:05, Susan Day <[email protected]> wrote: > Hi; > I have this line of code that I need to fix: > > myFunction(e.currentTarget[aChild].text); > > That is, I need to target not e.currentTarget but the child of the same > ("aChild"). How do I do that? > TIA. > Susan _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

