[ ]
[ ]
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- Anarchitect0
should be:
an instance inside anoter instance should be written like this:
_root["btn"+i]["btnName"+i].text = "btnName"+i;
use trace to see if it returns the instance name instead of undefined:
trace(_root["btn"+i]);
trace(_root["btn"+i]["btnName"+i...