Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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?
-
No, you would need to clear the OnFinished notification before playing in reverse if you don't want it to be called.