andreyko Posted November 30, 2014 Share Posted November 30, 2014 I'm using following code:game.physics.arcade.overlap(this.clientsSprites, this.movingBeerMugsSprites, this.overlapHandler, null, this);overlapHandler: function(client, mug) { this.clientsSprites.remove(client, true);},this.clientsSprites.remove produces an error "Cannot read property 'exists' of undefined phaser.js:58329"Phaser is latest version. Anyone faced it? Link to comment Share on other sites More sharing options...
Recommended Posts