you can trace all children with;
var obj:Object;
for each(obj in this){
if(obj is TextArea){
//than do sth
}
}but i dont know it has anything to do with the currentState or not On Feb 20, 2008 1:15 PM, Nikolas Hagelstein <[EMAIL PROTECTED]> wrote: > Hi there, > > is there a way to determine all e.g. textareas within the current state? > > cheers, > Nikolas >

