Welcome,
Guest
. Please
login
or
register
.
February 15, 2025, 01:26:07 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UITweener didn't respect the "delay" parameter when you call a Play(true) again?
« previous
next »
Print
Pages: [
1
]
Author
Topic: UITweener didn't respect the "delay" parameter when you call a Play(true) again? (Read 1562 times)
sisso
Newbie
Thank You
-Given: 0
-Receive: 1
Posts: 46
UITweener didn't respect the "delay" parameter when you call a Play(true) again?
«
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
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: UITweener didn't respect the "delay" parameter when you call a Play(true) again?
«
Reply #1 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.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
UITweener didn't respect the "delay" parameter when you call a Play(true) again?