Try:
for(var i:Number = 0; i<menuArray.length; i++){
var btn:MovieClip = menuArray[i].mc;
btn.btnMC.btnText.text = menuArray[i].name;
btn.queue = i;
btn.onRelease = function(){
toggleButtons(this);
_root.createEmptyMovieClip("movieContainer", 5);
loadMovie(menuArray[this.queue].label.concat('.swf'), movieContainer);
}
}
If not we'll try a different approach.


LinkBack URL
About LinkBacks


Reply With Quote


Bookmarks