Hi,
I'd like to know what dispatches the Complete of a tween?
Thank you
Great thing about Starling being open source is you can easily verify the logic yourself:
https://github.com/Gamua/Starling-Framework/blob/69e39e7b33958f558ecacf807dcd55b76787be15/starling/src/starling/animation/Tween.as#L215
https://github.com/Gamua/Starling-Framework/blob/69e39e7b33958f558ecacf807dcd55b76787be15/starling/src/starling/animation/Tween.as#L333
Seems to dispatch strictly by time and the boolean for isComplete is based on this same time check