Can someone please tell me why I cannot use a variable in a path?
function buttonControl(buttonNumber){
var buttonClip = eval ("bu"+buttonNumber+"_mc");
this.target_mc.buttonClip.gotoAndStop("active");
}
I can work my way around it, but why doesn’t it work?
Thanks