mouseEnable after rotate!?

I have a movieclip and I want that after I rotate it, it’s mouseEnabled should be false.

but mouseEnabled=false is not working! Why could it be?

sepet.rotation=60;
sepet.mouseEnabled=false;

that does not give any error but I can move the object…:panda: