some changes to this topic...
but i was to late to edit.. that's why I react to my own topic
I got row of code like this:
ActionScript Code:
on (release) {
var wich = _name;
var stat = "stat";
var statu = wich+stat;
_root.statu = 1;
this.gotoAndStop(2);
}
now it returns: _root.statu = 1
but i should return: _root. "wich+stat" = 1;
how to fix this?..