onMouseOver() still working in disabled script

Hi,

Anyone knows why OnMouseOver() function still is working in disabled scripts? (Update() stoped working) So, how could I disabled totally scripts?

Thanks in advance,

Setting enabled = false on a script doesn't stop the calling of any of its methods other than Update.

See the documentation on Behavior.enabled, which is what MonoBehavior inherits from:

http://unity3d.com/support/documentation/ScriptReference/Behaviour-enabled.html?from=MonoBehaviour