alone_scarecrow Posted October 29, 2016 Share Posted October 29, 2016 hi, i'm new here and also i'm new to phaser. i start a simple "space shooter" game to get familiar with phaser but "some" of my bullet (not all of them) passing through space rocks. i create a group of bullet using "createmultiple" function and i create a rock group using same method. then i called "game.physics.arcade.collide". but when i test game, sometime my bullet hit the target and sometimes they pass right through it. i also test this with "game.physics.arcade.overlap" method but result is same. thanks in advance Link to comment Share on other sites More sharing options...
Recommended Posts