for(var i:int =0 ; i < ObjContainer.numchildren ; i++)
{
ObjContainer.removeChild(i)
}
not right
ObjectContainer3D removeChild( ) only remove half child!!!Software: Away3D 4.x |
||
datouaizi, Member
Posted: 03 March 2012 01:22 PM Total Posts: 98 for(var i:int =0 ; i < ObjContainer.numchildren ; i++) not right |
||
|
||
theMightyAtom, Sr. Member
Posted: 03 March 2012 07:17 PM Total Posts: 669 [ # 2 ]
while(ObjContainer.numChildren > 0) Righter? |