Ivasik Posted March 4, 2016 Share Posted March 4, 2016 There is a code of creating animated group pictures(2 pictures). How to kill/destroy/remove at the beginning of image 1, then 2? lives_kill = this.game.add.group(); for (var i = 0; i < 2; i++) { gem_kill = lives_kill.create(game.world.width - 1142 + (33 * i), 405, 'lives'); gem_kill.scale.set(0.25); } Link to comment Share on other sites More sharing options...
Recommended Posts