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
    • View Profile
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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
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.