Author Topic: How can I avoid the On-Finished function of a Tween when I PlayReverse?  (Read 3713 times)

alexh0101

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 30
    • View Profile
I use PlayForward() on an object and its On-finished function is called as expected.

But when I PlayReverse and that same object, the On-finished function is called and I don't want that.

Also is there a way to have a different On-finished function in case of a PlayReverse?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
No, you would need to clear the OnFinished notification before playing in reverse if you don't want it to be called.