[FONT=monospace]Can someone explain to me why this array script don´t work?
[/FONT]
submenus = ["sub_menu1.portfolio", "submenu2_.contact"];
for(i = 0; i<submenus.length; i++) {
this[submenus*].onRollOver = function(){
this.colorTo("0xAAEEFF",0, 0.0);
}
}
[FONT=monospace]
[/FONT]