Looks like you need an equal sign.

        modifierCheckGroup.currentState "matchState";

should be:

       modifierCheckGroup.currentState = "matchState";

- Tim


--- In flexcoders@yahoogroups.com, "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Real quick is there a problem with changing a parent component state
and in
> the next call calling one if it's children's state changes?
>
> I cannot get this to work, but in the mxml component the child
component
> changes state fine.
>
> IE
>
> if (event.label == "Match") {
> trace("Match");
> currentState = "matchState";
> modifierCheckGroup.currentState "matchState";
> }
>
> Peace, Mike
>
> --
> What goes up, does come down.
>








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to