Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: sisso on July 12, 2013, 12:57:53 PM

Title: UITweener didn't respect the "delay" parameter when you call a Play(true) again?
Post by: sisso on July 12, 2013, 12:57:53 PM
Hi there,

It is an expected behavior that UITweener didn't respect the "delay" parameter when you call a Play(true) more that one time?

I am using Reset() followed by Play(true) to play again some effects.

[]s,
Sisso
Title: Re: UITweener didn't respect the "delay" parameter when you call a Play(true) again?
Post by: ArenMook on July 12, 2013, 02:02:59 PM
Try adding "Update();" to the end of the Play() function.

That said, the Reset() is what's supposed to reset the timer. Calling Play() multiple times in a row won't have any effect, and won't reset the delay timer.