How do I change the order of the scripts execution

How can I give priorities to scripts so I can control which script is executed first and which last?

http://unity3d.com/unity/whats-new/unity-3.4
Ability to control the order that scripts are executed in. Use Edit->Project Settings->Script Execution Order.

http://unity3d.com/support/documentation/Manual/Execution%20Order.html

thanks that was exactly what I was looking for :slight_smile: