function showBrandLabels (target:MovieClip):Void{ showBrands = "true"; target._visible = true; }; for (i=0; i<allLabels; i++) { setTimeout(showBrandLabels, 100*i, this["label_"+i]); }