onComplete : Phaser.Signal
The onComplete event is fired when the Tween and all of its children completes. Does not fire if the Tween is set to loop or repeatAll(-1).
It will be sent 2 parameters: the target object and this tween.
- Source code: tween/Tween.js (Line 107)
Please login to continue.