How do you handle states and the "includein" tag in actionscript? For example:
var newState:State = new State(); var comp:Group = new Group(); comp.includeIn = newState;
This is not valid code, but it's what I'd like to do.
How do you handle states and the "includein" tag in actionscript? For example:
var newState:State = new State(); var comp:Group = new Group(); comp.includeIn = newState;
This is not valid code, but it's what I'd like to do.