kiwiboon-blog

Wednesday, June 09, 2010

Code to remove all Children from the stage:
while (numChildren > 0) {
 removeChildAt(0);
}

Labels:

0 Comments:

Post a Comment

<< Home