Author Topic: How to know a UITween is playing?  (Read 2224 times)

Sivand12

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
How to know a UITween is playing?
« 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?

RobBrooks

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 19
    • View Profile
Re: How to know a UITween is playing?
« Reply #1 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?

r.pedra

  • Full Member
  • ***
  • Thank You
  • -Given: 7
  • -Receive: 20
  • Posts: 131
    • View Profile
Re: How to know a UITween is playing?
« Reply #2 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