Seems to have something to do with nesting it in another clip because if I try:
var checkbox = _root.attachMovie("CheckBox", "mcCheck", _root.getNextHighestDepth());
trace(checkbox);
checkbox.label = "hello";
trace(checkbox.label);
It all works
|
Results 1 to 10 of 10
Threaded View
|
Click Here to Expand Forum to Full Width |