just imported 2.0.9 into a new, clean, empty project, and immediately get these errors:
Assets/NGUI/Scripts/Interaction/UIButtonTween.cs(32,42): error CS0117: `Trigger' does not contain a definition for `OnClick'
Assets/NGUI/Scripts/Interaction/UIButtonPlayAnimation.cs(33,42): error CS0117: `Trigger' does not contain a definition for `OnClick'
Haven't put anything into the project yet except for NGUI. Thanks.