Check progress of an active tween
« on: July 05, 2015, 06:22:34 PM »
I am trying to use .DOGoto(progress, play) and carrying on playing, but I can't find a way to check the progress of an active tween. Is there something I'm missing?

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Check progress of an active tween
« Reply #1 on: July 05, 2015, 06:44:20 PM »
myTween.Elapsed(), with optional parameter to consider loops or not :)