AlexArroyoDuque Posted March 6, 2014 Share Posted March 6, 2014 Hello! I would like to know if it is possible to create groups of tiles. I want to create multiple tiles and add tweens to make them mobile platforms. Can I do this with groups or I have to create them individually? Link to comment Share on other sites More sharing options...
AlexArroyoDuque Posted March 8, 2014 Author Share Posted March 8, 2014 This is my method: this.movableTiles = this.game.add.group(); this.tileMovable1 = this.game.add.tileSprite(200, 120, 48, 16, 'tileMovable'); this.movableTiles.add(this.tileMovable1); Link to comment Share on other sites More sharing options...
Recommended Posts