updateTweenData(property, value, index) → {
start(index) → {Phaser.Tween}
game : Phaser.Game A reference to the currently running Game
repeat(total, repeat, index) → {
yoyoDelay(duration, index) → {Phaser
from(properties, duration, ease, autoStart, delay,
new Tween(target, game, manager) A Tween allows you to alter one or more properties of a target object over a defined period of time
isRunning : boolean If the tween is running this is set to true, otherwise false. Tweens that are in a delayed state or waiting
repeatAll(total) → {Phaser.Tween}
delay(duration, index) → {Phaser.Tween}
Page 1 of 5