Mega Code Archive
Remove references to button instances from the MX myVBox and Spark myGroup containers
private function destroyButtons(e:Event):void {
myVBox.removeChild(b1);
myVBox.removeChild(b2);
myVBox.removeChild(b3);
myGroup.removeElement(b4);
}