Hi, i am new to Action Script and i have the following problem: i have global variable tabName and a button, that changes its value, just like this:
on(release){
_root.tabName = this._name;
}
and now i want to use String variable tabName to address curtain instance on stage to edit its property (actually, i want to control, which tab on tabcontrol is selected).
is there something like getInstanceByName or similar function? thnx