Array MovieClip Mames

hi :slight_smile:
so simple I cant figure it out … must have been because I had a hypo last night :confused:
anyways why doesn’t this work if all the MovieClips are on the stage?


var menuArray:Array = [
        aboutBtn_MC, 
        servicesBtn_MC, 
        portfolioBtn_MC, 
        projectsBtn_MC, 
        contactsBtn_MC, 
        blogBtn_MC
        ]
for (var i:uint; i <= menuArray.length; i++){
 var mc = menuArray*;
menu_MC.mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
menu_MC.mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
}

Error on all MovieClips
Scene 1, Layer ‘AS3’, Frame 10, Line 9 1120: Access of undefined property aboutBtn_MC.

Thanks
Steven :yoshi:

p.s. I need find a different past time lol