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
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

