Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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
-
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.