Question
remove code
The movieclips are removed with this code
function retractMenu(event:Event):void{
for(var a = 0; a < menuButs.length; a++){
this.removeChild(menuButs);
menuButs = null;
}
}
function retractMenu(event:Event):void{
for(var a = 0; a < menuButs.length; a++){
this.removeChild(menuButs);
menuButs = null;
}
}