Accordion Compenent will not obey enabled = false; command

I am trying to disable mouse actions on my accordion component until the show is completed loading…the accordion is within a movieclip called acc the accordion has an instance name of listAcc…I am trying to disable it by typing acc.listAcc.enabled = false;

this doesnt seem to work…any ideas?