Question
add child from lib
i used the code to add moviclip from library --> it is work
root["emp"].addChild(new lib.pic1());
what is the new intance name?
i tried to change the color but it is not reconize the movie clip name.
for(i=1;i<63; i++)
{
root["emp"]["pic1"]["p"+i].shape.graphics._fill.style =color;
}
