Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Alessaint on May 21, 2012, 02:42:39 AM
-
Hi, I was wondering if there was a way of stopping the TweenColor after it begins.
( I have system message label that I show and after some time tween to Color.clear. If a new message arrives before this is done I want the label to stop fading, be fully visible and then fade it out again)
Thanks
-
I've tried using UITweener::Reset() but it (as the name suggests) just resets the color tween to it's original values but the tweening toward the target color continues...
-
Just disable the tween component.