I want to loop through a movie clip and assign a function to each of the clip’s child movieclips.
when i do a for…in loop and then do a typeof() trace I get “string” and obviously it won’t let me assign lets say ‘onRollOver’ functions to the children.
so how do i do this?