Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: hong88 on September 18, 2013, 07:02:47 AM

Title: Tween Enable
Post by: hong88 on September 18, 2013, 07:02:47 AM
After the Tween playing , how can I enable it again? If I set the style as Once ?

I have tried the TweenPosition.enable() but it does not work.
NGUI version 2.6.4
Title: Re: Tween Enable
Post by: OnlineCop on September 18, 2013, 10:27:00 AM
tween.Reset()
Title: Re: Tween Enable
Post by: hong88 on September 18, 2013, 09:37:26 PM
It's work. Thanks OnlineCop