Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Sivand12 on November 18, 2014, 11:53:37 PM

Title: How to know a UITween is playing?
Post by: Sivand12 on November 18, 2014, 11:53:37 PM
I confront with a problem here is that I need to get the "status" of a UITween, but it seems there is no "tween.isplaying" method, so how can I know the status?
Title: Re: How to know a UITween is playing?
Post by: RobBrooks on November 19, 2014, 09:00:23 AM
Can you just check the enabled Boolean on the component?

Do they not just disable themselves when complete?
Title: Re: How to know a UITween is playing?
Post by: r.pedra on November 19, 2014, 09:42:34 AM
Can you just check the enabled Boolean on the component?

Do they not just disable themselves when complete?

+1