chain(tweens) → {Phaser.Tween}
This method allows you to chain tweens together. Any tween chained to this tween will have its Tween.start method calledas soon as this tween completes. If this tween never completes (i.e. repeatAll or loop is set) then the chain will never progress.Note that Tween.onComplete will fire when this tween completes, not when the whole chain completes.For that you should listen to onComplete on the final tween in your chain. If you pass multiple tweens to this method