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

winddarklj

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 6
    • View Profile
How to know a UITween is playing?
« on: May 28, 2014, 02:33:12 AM »
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?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to know a UITween is playing?
« Reply #1 on: May 28, 2014, 06:20:30 AM »
tween.enabled will tell you just that.