How to disable MouseEvent.CLICK events on a MovieClip

Hi all,

     I am new to Flash & ActionScript 3.0. I only have basic knowledge of AS 3.0 && Flash.

    My issue starts here:  
               Suppose, I created a MovieClip(say, instance-name= "myClip") on the stage. If I need to process MouseEvent.CLICK event on this movieclip(myClip), then we use                                                                                                                   **addEventListener(bla....    bla...); method.**

           Now, my requirement is, in certain case, I do not want to occur any MouseEvent.CLICK events on this same movieClip(i.e., myClip). Please, can anyone help me in this context...

          Atlast, **My requirement is: How to remove/disable Mouse_CLICK events when occur on a MovieCLip.**

Here, I try to disable the MouseEvents because, The MovieClip must be visible but should not accept any Mouse_CLICK events on it.

It’s urgent…

Waiting for ur reply…
Thanks in advance…

Srihari.Ch