scottywalker92 Posted July 4, 2016 Share Posted July 4, 2016 I have a group of 6 elements and want them to do a specific tween separately with a delay between each. However, everything I've tries just seems to start them all together at once. var bulge = game.add.tween(tiles.getAt(i).scale).to({ x: 1.2, y: 1.2 }, 1000, Phaser.Easing.Back.InOut,false, 0, 1, true); Any help is appreciated Link to comment Share on other sites More sharing options...
Recommended Posts