Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: alexh0101 on March 02, 2015, 07:25:57 PM

Title: How can I avoid the On-Finished function of a Tween when I PlayReverse?
Post by: alexh0101 on March 02, 2015, 07:25:57 PM
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?
Title: Re: How can I avoid the On-Finished function of a Tween when I PlayReverse?
Post by: ArenMook on March 03, 2015, 05:36:22 PM
No, you would need to clear the OnFinished notification before playing in reverse if you don't want it to be called.