Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: omira on January 07, 2014, 04:38:55 PM
-
If i play an animation with ActiveAnimation.Play, (i use it for menu) OnFinished didn't execute my function in the notify field.
what do i miss?
-
ActiveAnimation.Play() clears the OnFinished notifications inside (line 227 of ActiveAnimation.cs). You have to set the OnFinished delegates after calling the Play function.
-
thanks, (so easy solution :/ ) as usually, awesome support from you :D