Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: yuewah on May 28, 2012, 12:42:16 AM
-
Example 3, OnClick can be triggered more than 1 time during the Panel Transition if the option button is double clicked.
Can it limited to Single Click only ?
-
Each click results in the OnClick message. There is also OnDoubleClick. If you only want to react to the first one, there is also OnSelect you can use.
-
I cannot find OnSelect or OnDoubleClick in AnimationOrTween.Trigger
-
Ah, no, it's not in the animationortween. You can always disable the script or the collider once it starts animating though.
-
Why UIButtonPlayAnimation.trigger does not contain all the Triggers ?
-
Mainly because no one has asked for them. :)
I've added them on my end, and you will see them in the next update.